Skip to content

Commit

Permalink
Update jruby versions in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Feb 23, 2018
1 parent 93dd7b4 commit 2d0fde6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ matrix:
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false' JAVA_OPTS='-Djava.security.egd=file:///dev/urandom'
script: "bundle exec rake spec:client:jruby"
jdk: openjdk7
- rvm: jruby
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false' JAVA_OPTS='-Djava.security.egd=file:///dev/urandom'
script: "bundle exec rake spec:client:jruby"
jdk: oraclejdk7
- rvm: jruby
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false' JAVA_OPTS='-Djava.security.egd=file:///dev/urandom'
script: "bundle exec rake spec:client:jruby"
Expand All @@ -41,9 +37,6 @@ matrix:
- rvm: jruby
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false' JAVA_OPTS='-Djava.security.egd=file:///dev/urandom'
jdk: openjdk7
- rvm: jruby
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false' JAVA_OPTS='-Djava.security.egd=file:///dev/urandom'
jdk: oraclejdk7
- rvm: jruby
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false' JAVA_OPTS='-Djava.security.egd=file:///dev/urandom'
jdk: openjdk8
Expand Down

0 comments on commit 2d0fde6

Please sign in to comment.