Skip to content

Commit 1ace795

Browse files
committed
[travis-ci] let's try some more (integration) Java 9 testing
1 parent 89e9e18 commit 1ace795

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
2323
matrix:
2424
allow_failures:
2525
- jdk: oraclejdk9
26+
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
27+
- rvm: jruby-head
2628
include:
2729
- jdk: openjdk7
2830
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -62,6 +64,9 @@ matrix:
6264
- jdk: openjdk7
6365
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
6466
rvm: jruby-9.1.8.0
67+
- jdk: oraclejdk9
68+
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
69+
rvm: jruby-9.1.13.0
6570
notifications:
6671
irc:
6772
channels:

0 commit comments

Comments
 (0)