File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11
11
- TEST_PROFILE=test-1.7.4
12
12
- TEST_PROFILE=test-1.7.13
13
13
- TEST_PROFILE=test-1.7.18
14
- - TEST_PROFILE=test-1.7.21
15
- - TEST_PROFILE=test-9000
14
+ - TEST_PROFILE=test-1.7.22
15
+ - TEST_PROFILE=test-9.0.1.0
16
+ - TEST_PROFILE=test-9.0.4.0
16
17
17
18
install : echo 'no bundle install atm!'
18
19
# script: mvn verify -P $TEST_PROFILE
@@ -21,14 +22,17 @@ script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_P
21
22
matrix :
22
23
exclude :
23
24
- jdk : openjdk6
24
- env : TEST_PROFILE=test-9000
25
+ env : TEST_PROFILE=test-9.0.1.0
26
+ exclude :
27
+ - jdk : openjdk6
28
+ env : TEST_PROFILE=test-9.0.4.0
25
29
include :
26
30
- jdk : oraclejdk7
27
31
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
28
- rvm : jruby
32
+ rvm : jruby-1.7.22
29
33
- jdk : oraclejdk8
30
34
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
31
- rvm : jruby
35
+ rvm : jruby-9.0.4.0
32
36
notifications :
33
37
irc :
34
38
channels :
You can’t perform that action at this time.
0 commit comments