Skip to content

Commit 3c30b34

Browse files
committed
[travis-ci] adjust test matrix - include some 9.1.13.0 testing
1 parent 4e4209d commit 3c30b34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- TEST_PROFILE=test-1.7.26
99
- TEST_PROFILE=test-9.0.5.0
1010
- TEST_PROFILE=test-9.1.8.0
11-
- TEST_PROFILE=test-9.1.12.0
11+
- TEST_PROFILE=test-9.1.13.0
1212

1313
install: if [[ -v BUNDLE_INSTALL ]]; then jruby -S bundle install; else echo ""; fi
1414

@@ -20,7 +20,7 @@ matrix:
2020
- env: TEST_COMMAND="jruby -S rake integration:install integration:test"
2121
rvm: jruby-1.7.24
2222
- env: TEST_COMMAND="jruby -S rake integration:install integration:test"
23-
rvm: jruby-1.7.20
23+
rvm: jruby-1.7.21
2424
include:
2525
- jdk: openjdk7
2626
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -44,16 +44,16 @@ matrix:
4444
rvm: jruby-1.7.26
4545
- jdk: openjdk7
4646
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
47-
rvm: jruby-1.7.18
47+
rvm: jruby-1.7.21
4848
- jdk: oraclejdk8
4949
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
5050
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
5451
- jdk: oraclejdk8
5552
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
5653
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
5757
notifications:
5858
irc:
5959
channels:

0 commit comments

Comments
 (0)