Skip to content

Commit 3c3250a

Browse files
committed
[travis-ci] wrong alow_failures
1 parent 9a23790 commit 3c3250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
2222

2323
matrix:
2424
allow_failures:
25-
- rvm: jruby-1.7.22 # seems as an embed loading bug (same with 1.7.23)
25+
- env: TEST_PROFILE=test-1.7.22 # seems as an embed loading bug (same with 1.7.23)
2626
exclude:
2727
- jdk: openjdk6
2828
env: TEST_PROFILE=test-9.0.1.0

0 commit comments

Comments
 (0)