Skip to content

Commit 6d77818

Browse files
committed
[ci] upgrade JRuby 9.1 test targets
1 parent 412bbe5 commit 6d77818

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
- TEST_PROFILE=test-1.7.26
1515
- TEST_PROFILE=test-9.0.5.0
1616
- TEST_PROFILE=test-9.1.8.0
17-
- TEST_PROFILE=test-9.1.13.0
17+
- TEST_PROFILE=test-9.1.17.0
1818

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

@@ -44,7 +44,7 @@ matrix:
4444
rvm: jruby-1.7.26
4545
- jdk: oraclejdk9
4646
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
47-
rvm: jruby-9.1.13.0
47+
rvm: jruby-9.1.17.0
4848
- jdk: oraclejdk9
4949
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
5050
rvm: jruby-head
@@ -60,13 +60,13 @@ matrix:
6060
rvm: jruby-9.0.5.0
6161
- jdk: oraclejdk8
6262
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
63-
rvm: jruby-9.1.5.0
63+
rvm: jruby-9.1.8.0
6464
- jdk: openjdk7
6565
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
66-
rvm: jruby-9.1.8.0
66+
rvm: jruby-9.1.16.0
6767
- jdk: oraclejdk9
6868
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
69-
rvm: jruby-9.1.13.0
69+
rvm: jruby-9.1.17.0
7070
notifications:
7171
irc:
7272
channels:

0 commit comments

Comments
 (0)