summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan (@morgan_randy) <[email protected]>2017-04-01 13:53:28 +0900
committerGitHub <[email protected]>2017-04-01 13:53:28 +0900
commit08268575ecb6791f7419c9670bf6cc7e39e9f634 (patch)
tree42bcd7c1ce2256ea3f7b57465df3121c843730f7
parent05f3412a79b3cc11b1d1e5311dd31c99ab7b70b4 (diff)
parent62c6ccb85c4589c1873b58d52299f5bdbbc7efca (diff)
downloadcaxlsx-08268575ecb6791f7419c9670bf6cc7e39e9f634.tar.gz
caxlsx-08268575ecb6791f7419c9670bf6cc7e39e9f634.zip
Merge pull request #517 from olleolleolle/patch-2
Travis: use latest rubies in CI
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 05e385cd..aa9aad0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,10 +15,10 @@ notifications:
matrix:
include:
- rvm: 2.1
- - rvm: 2.2
- - rvm: 2.3.3
+ - rvm: 2.2.7
+ - rvm: 2.3.4
- rvm: 2.0.0
- - rvm: 2.4.0
+ - rvm: 2.4.1
- rvm: rbx-3
- rvm: jruby-19mode
env: JRUBY_OPTS="-Xcli.debug=true --debug"