Skip to content

Commit

Permalink
[ci] upgrade JRuby 9.1 test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed May 15, 2018
1 parent 412bbe5 commit 6d77818
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -14,7 +14,7 @@ env:
- TEST_PROFILE=test-1.7.26
- TEST_PROFILE=test-9.0.5.0
- TEST_PROFILE=test-9.1.8.0
- TEST_PROFILE=test-9.1.13.0
- TEST_PROFILE=test-9.1.17.0

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

Expand Down Expand Up @@ -44,7 +44,7 @@ matrix:
rvm: jruby-1.7.26
- jdk: oraclejdk9
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
rvm: jruby-9.1.13.0
rvm: jruby-9.1.17.0
- jdk: oraclejdk9
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
rvm: jruby-head
Expand All @@ -60,13 +60,13 @@ matrix:
rvm: jruby-9.0.5.0
- jdk: oraclejdk8
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.1.5.0
rvm: jruby-9.1.8.0
- jdk: openjdk7
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.1.8.0
rvm: jruby-9.1.16.0
- jdk: oraclejdk9
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.1.13.0
rvm: jruby-9.1.17.0
notifications:
irc:
channels:
Expand Down

0 comments on commit 6d77818

Please sign in to comment.