diff options
| author | Olle Jonsson <[email protected]> | 2017-06-19 09:28:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-19 09:28:38 +0200 |
| commit | 3e8911c184ee6920e058c3422cae146429a8431f (patch) | |
| tree | ce2e142be3f8c469624e2641d8bbbb05e1bc275a | |
| parent | d94de5f6508b116bfe7c1e9fecd9449adf4f3833 (diff) | |
| download | caxlsx-3e8911c184ee6920e058c3422cae146429a8431f.tar.gz caxlsx-3e8911c184ee6920e058c3422cae146429a8431f.zip | |
Travis: jruby-9.1.12.0
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f111d2e6..7262f5f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: - rvm: rbx-3 - rvm: jruby-19mode env: JRUBY_OPTS="-Xcli.debug=true --debug" - - rvm: jruby-9.1.10.0 + - rvm: jruby-9.1.12.0 env: JRUBY_OPTS="-Xcli.debug=true --debug" - rvm: ruby-head - rvm: jruby-head @@ -30,7 +30,7 @@ matrix: allow_failures: - rvm: rbx-3 - rvm: ruby-head - - rvm: jruby-9.1.10.0 + - rvm: jruby-9.1.12.0 - rvm: jruby-head # https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm |
