File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
- TEST_PROFILE=test-1.7.26
9
9
- TEST_PROFILE=test-9.0.5.0
10
10
- TEST_PROFILE=test-9.1.8.0
11
- - TEST_PROFILE=test-9.1.12 .0
11
+ - TEST_PROFILE=test-9.1.13 .0
12
12
13
13
install : if [[ -v BUNDLE_INSTALL ]]; then jruby -S bundle install; else echo ""; fi
14
14
@@ -20,7 +20,7 @@ matrix:
20
20
- env : TEST_COMMAND="jruby -S rake integration:install integration:test"
21
21
rvm : jruby-1.7.24
22
22
- env : TEST_COMMAND="jruby -S rake integration:install integration:test"
23
- rvm : jruby-1.7.20
23
+ rvm : jruby-1.7.21
24
24
include :
25
25
- jdk : openjdk7
26
26
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -44,16 +44,16 @@ matrix:
44
44
rvm : jruby-1.7.26
45
45
- jdk : openjdk7
46
46
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
47
- rvm : jruby-1.7.18
47
+ rvm : jruby-1.7.21
48
48
- jdk : oraclejdk8
49
49
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
50
50
rvm : jruby-9.0.5.0
51
- - jdk : openjdk7
52
- env : TEST_COMMAND="jruby -S rake integration:install integration:test"
53
- rvm : jruby-9.1.2.0
54
51
- jdk : oraclejdk8
55
52
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
56
53
rvm : jruby-9.1.5.0
54
+ - jdk : openjdk7
55
+ env : TEST_COMMAND="jruby -S rake integration:install integration:test"
56
+ rvm : jruby-9.1.8.0
57
57
notifications :
58
58
irc :
59
59
channels :
You can’t perform that action at this time.
0 commit comments