summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Brossard <qbrossard@gmail.com>2016-02-15 23:15:58 +0100
committerQuentin Brossard <qbrossard@gmail.com>2016-02-15 23:23:38 +0100
commitd1d0309b1f9314828f4fa92af00f37b18119fdec (patch)
tree309f79a80d4bed591910b7af7088530f4bc30529
parent8a695bd5eb591086de22e7e599786b081e7eec8d (diff)
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
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
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"