From 102ffcaf403ff2ddb4f5685ae61c696d477c71e2 Mon Sep 17 00:00:00 2001 From: nov Date: Thu, 7 Jan 2016 12:56:18 +0900 Subject: [PATCH] update travis conf --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a0e258..1247529 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ +before_install: + - gem install bundler + rvm: - - 2.0.0 - - 2.1.5 - - 2.2.0 \ No newline at end of file + - 1.9.3 + - 2.0 + - 2.1 + - 2.2 + - 2.3.0 \ No newline at end of file