Skip to content

Commit

Permalink
[travis-ci] allow 1.7.24 IT to fail & let's see how 1.7.18 does + 1.7…
Browse files Browse the repository at this point in the history
….22 now passing
  • Loading branch information
kares committed Mar 10, 2016
1 parent e6dcdcf commit 810d140
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,23 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P

matrix:
allow_failures:
- env: TEST_PROFILE=test-1.7.22 # seems as an embed loading bug (same with 1.7.23)
#- env: TEST_PROFILE=test-1.7.22 # seems as an embed loading bug (same with 1.7.23)
- env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-1.7.24
- env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-1.7.18
exclude:
- jdk: openjdk6
env: TEST_PROFILE=test-9.0.1.0
- jdk: openjdk6
env: TEST_PROFILE=test-9.0.5.0
include:
- jdk: oraclejdk7
- jdk: oraclejdk8
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-1.7.24
- jdk: oraclejdk7
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-1.7.18
- jdk: oraclejdk8
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.0.5.0
Expand Down

0 comments on commit 810d140

Please sign in to comment.