We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e9e18 commit 1ace795Copy full SHA for 1ace795
.travis.yml
@@ -23,6 +23,8 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
23
matrix:
24
allow_failures:
25
- jdk: oraclejdk9
26
+ env: TEST_COMMAND="jruby -S rake integration:install integration:test"
27
+ - rvm: jruby-head
28
include:
29
- jdk: openjdk7
30
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -62,6 +64,9 @@ matrix:
62
64
63
65
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
66
rvm: jruby-9.1.8.0
67
+ - jdk: oraclejdk9
68
69
+ rvm: jruby-9.1.13.0
70
notifications:
71
irc:
72
channels:
0 commit comments