From a9a802e41de1817ea0cbc1d213b6f22599e4b35b Mon Sep 17 00:00:00 2001 From: Lauran Jansen Date: Tue, 16 Feb 2016 14:48:52 -0500 Subject: [PATCH] Update bundler and ruby versions for Travis CI --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9fa89a..814d494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ rvm: - - 2.1.3 + - 2.3.0 + - 2.2.4 + - 2.1.8 - 2.0.0 - 1.9.3 - jruby-19mode +before_install: + - gem update --system + - gem update bundler +install: "bundle install"