Skip to content

Commit

Permalink
travis.yml - misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Aug 6, 2019
1 parent fbe1767 commit 20bc8d6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,32 @@ rvm:
matrix:
fast_finish: true
include:
- rvm: 2.2
dist: trusty
- rvm: 2.2.10
dist: trusty
env: NOTES="Trusty OpenSSL 1.0.1"
- rvm: ruby-head
env: RUBYOPT="--jit"
- rvm: 2.4.6
os: osx
osx_image: xcode10.2
osx_image: xcode11
- rvm: 2.5.5
os: osx
osx_image: xcode10.2
osx_image: xcode11
- rvm: 2.6.3
os: osx
osx_image: xcode10.2
osx_image: xcode11
- rvm: jruby-9.2.7.0
env: JRUBY_OPTS="--debug" JAVA_OPTS="--add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --add-opens java.base/java.util.zip=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
- rvm: jruby-head
dist: bionic

allow_failures:
- rvm: ruby-head
- rvm: ruby-head
env: RUBYOPT="--jit"
- rvm: jruby-9.2.7.0
- rvm: jruby-head
dist: bionic

env:
global:
Expand Down

0 comments on commit 20bc8d6

Please sign in to comment.