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 c107c84 commit 9a23790Copy full SHA for 9a23790
.travis.yml
@@ -21,6 +21,8 @@ install: echo 'no bundle install atm!'
21
script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_PROFILE; fi
22
23
matrix:
24
+ allow_failures:
25
+ - rvm: jruby-1.7.22 # seems as an embed loading bug (same with 1.7.23)
26
exclude:
27
- jdk: openjdk6
28
env: TEST_PROFILE=test-9.0.1.0
@@ -29,7 +31,7 @@ matrix:
29
31
include:
30
32
- jdk: oraclejdk7
33
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
- rvm: jruby-1.7.22
34
+ rvm: jruby-1.7.24
35
- jdk: oraclejdk8
36
37
rvm: jruby-9.0.4.0
0 commit comments