diff options
| author | Jonathan Tron <[email protected]> | 2015-07-29 13:12:30 +0200 |
|---|---|---|
| committer | Jonathan Tron <[email protected]> | 2015-07-29 13:12:30 +0200 |
| commit | 41c056bf9e3c1ca95b3b2b7c86d08e89b06bb607 (patch) | |
| tree | 86264e933fe8e5e146d2d11f0be1be1f19564727 | |
| parent | 4bc615f9b14a04ed1355165be9966410621cbeb6 (diff) | |
| download | caxlsx-41c056bf9e3c1ca95b3b2b7c86d08e89b06bb607.tar.gz caxlsx-41c056bf9e3c1ca95b3b2b7c86d08e89b06bb607.zip | |
Allow jruby-9.0.0.0 to fail for now and try to fix coverage for jruby
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9e3bf3bc..c1bb4819 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: ruby sudo: false cache: bundler bundler_args: --without profile +env: + - JRUBY_OPTS="-Xcli.debug=true --debug" notifications: irc: "irc.freenode.org#axlsx" email: @@ -16,10 +18,10 @@ rvm: - 2.2 - rbx - jruby-19mode - - jruby-9.0.0.0 - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head + - rvm: jruby-9.0.0.0 - rvm: jruby-head |
