Skip to content

Commit

Permalink
[travis-ci] let's try some more (integration) Java 9 testing
Browse files Browse the repository at this point in the history
kares committed Oct 30, 2017
1 parent 89e9e18 commit 1ace795
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
matrix:
allow_failures:
- jdk: oraclejdk9
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
- rvm: jruby-head
include:
- jdk: openjdk7
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -62,6 +64,9 @@ matrix:
- jdk: openjdk7
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.1.8.0
- jdk: oraclejdk9
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.1.13.0
notifications:
irc:
channels:

0 comments on commit 1ace795

Please sign in to comment.