Skip to content

Commit 32a6c4f

Browse files
committed
[ci] we're fine allowing to fail on Java 7
we're having issues resolving mocha with jruby maven
1 parent 0f9855d commit 32a6c4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
2323

2424
matrix:
2525
allow_failures:
26+
- jdk: openjdk7
2627
- jdk: oraclejdk11
2728
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
2829
- rvm: jruby-head
@@ -51,6 +52,9 @@ matrix:
5152
- jdk: oraclejdk8
5253
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
5354
rvm: jruby-9.2.8.0
55+
- jdk: oraclejdk11
56+
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
57+
rvm: jruby-9.2.9.0
5458
- jdk: oraclejdk8
5559
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
5660
rvm: jruby-head
@@ -78,7 +82,6 @@ notifications:
7882
channels:
7983
- "irc.freenode.org#jruby"
8084
on_success: change
81-
on_failure: always
8285
template:
8386
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
8487
skip_join: true

0 commit comments

Comments
 (0)