File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
23
23
24
24
matrix :
25
25
allow_failures :
26
+ - jdk : openjdk7
26
27
- jdk : oraclejdk11
27
28
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
28
29
- rvm : jruby-head
@@ -51,6 +52,9 @@ matrix:
51
52
- jdk : oraclejdk8
52
53
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
53
54
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
54
58
- jdk : oraclejdk8
55
59
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
56
60
rvm : jruby-head
@@ -78,7 +82,6 @@ notifications:
78
82
channels :
79
83
- " irc.freenode.org#jruby"
80
84
on_success : change
81
- on_failure : always
82
85
template :
83
86
- " %{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
84
87
skip_join : true
You can’t perform that action at this time.
0 commit comments