File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ sudo: false
3
3
jdk :
4
4
- openjdk7
5
5
- oraclejdk8
6
+
7
+ addons :
8
+ apt :
9
+ packages :
10
+ - oracle-java9-installer
11
+
6
12
env :
7
13
- TEST_PROFILE=test-1.7.20
8
14
- TEST_PROFILE=test-1.7.26
@@ -16,11 +22,7 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
16
22
17
23
matrix :
18
24
allow_failures :
19
- # - env: TEST_PROFILE=test-1.7.22 # seems as an embed loading bug (same with 1.7.23)
20
- - env : TEST_COMMAND="jruby -S rake integration:install integration:test"
21
- rvm : jruby-1.7.24
22
- - env : TEST_COMMAND="jruby -S rake integration:install integration:test"
23
- rvm : jruby-1.7.21
25
+ - jdk : oraclejdk9
24
26
include :
25
27
- jdk : openjdk7
26
28
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -38,6 +40,12 @@ matrix:
38
40
- jdk : openjdk7
39
41
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn verify -P test-1.7.26" BUNDLE_INSTALL=true RUBY_MAVEN_VERSION=3.3.8
40
42
rvm : jruby-1.7.26
43
+ - jdk : oraclejdk9
44
+ env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
45
+ rvm : jruby-9.1.13.0
46
+ - jdk : oraclejdk9
47
+ env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
48
+ rvm : jruby-head
41
49
#
42
50
- jdk : oraclejdk8
43
51
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
You can’t perform that action at this time.
0 commit comments