From d1d0309b1f9314828f4fa92af00f37b18119fdec Mon Sep 17 00:00:00 2001 From: Quentin Brossard Date: Mon, 15 Feb 2016 23:15:58 +0100 Subject: Update travis config to current ruby versions. This has the nice side effect of fixing the failing travis builds. :-) The build failures seen with older ruby versions (for example on 1.9.3) seem to be due to the following bundler bug: https://github.com/bundler/bundler/issues/3558 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 66b5ca9..f68ed76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 2.1.2 - - 2.0.0 - - 1.9.3 + - 2.3.0 + - 2.2.4 + - 2.1.8 script: "rake test" -- cgit v1.2.3