diff options
| author | Olle Jonsson <[email protected]> | 2017-11-12 14:20:44 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-12 14:20:44 +0100 |
| commit | f95149db2948c391135133056c38a73c1a699165 (patch) | |
| tree | e91473837c46566622b29f0c46fc4bd6f21734fe | |
| parent | 5f2fab5d7bda888d91bd22dc71bea9a9bc507209 (diff) | |
| download | caxlsx-f95149db2948c391135133056c38a73c1a699165.tar.gz caxlsx-f95149db2948c391135133056c38a73c1a699165.zip | |
Travis: jruby-9.1.14.0
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 8a19edee..5247cd00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,18 +21,19 @@ matrix: - rvm: 2.4.1 - rvm: rbx-3 - rvm: jruby-19mode - env: JRUBY_OPTS="-Xcli.debug=true --debug" - - rvm: jruby-9.1.13.0 - env: JRUBY_OPTS="-Xcli.debug=true --debug" + - rvm: jruby-9.1.14.0 - rvm: ruby-head - rvm: jruby-head - env: JRUBY_OPTS="-Xcli.debug=true --debug" allow_failures: - rvm: rbx-3 - rvm: ruby-head - - rvm: jruby-9.1.13.0 + - rvm: jruby-9.1.14.0 - rvm: jruby-head +env: + global: + - JRUBY_OPTS="-Xcli.debug=true --debug" + # https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm # https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon addons: |
