Skip to content

Commit 9a23790

Browse files
committed
[travis-ci] allow failures on 1.7.22 now that we're good against 1.7.24
1 parent c107c84 commit 9a23790

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ install: echo 'no bundle install atm!'
2121
script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_PROFILE; fi
2222

2323
matrix:
24+
allow_failures:
25+
- rvm: jruby-1.7.22 # seems as an embed loading bug (same with 1.7.23)
2426
exclude:
2527
- jdk: openjdk6
2628
env: TEST_PROFILE=test-9.0.1.0
@@ -29,7 +31,7 @@ matrix:
2931
include:
3032
- jdk: oraclejdk7
3133
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
32-
rvm: jruby-1.7.22
34+
rvm: jruby-1.7.24
3335
- jdk: oraclejdk8
3436
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
3537
rvm: jruby-9.0.4.0

0 commit comments

Comments
 (0)