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 a9757fc commit a0feabb
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,36 @@ rvm:
matrix:
fast_finish: true
include:
- rvm: 2.2
dist: trusty
- rvm: 2.2.10
dist: trusty
env: OS="Trusty 14.04 OpenSSL 1.0.1"
- rvm: 2.6
- rvm: 2.6.3
dist: bionic
env: OS="Bionic 18.04 OpenSSL 1.1.1"
- rvm: ruby-head
env: jit=yes
- rvm: 2.4.6
os: osx
osx_image: xcode10.2
env: OS="osx xcode10.2"
osx_image: xcode11
env: OS="osx xcode11"
- rvm: 2.5.5
os: osx
osx_image: xcode10.2
env: OS="osx xcode10.2"
osx_image: xcode11
env: OS="osx 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
env: OS="Bionic 18.04"

allow_failures:
- rvm: ruby-head
- rvm: ruby-head
env: jit=yes
- rvm: jruby-9.2.7.0
- rvm: jruby-head
dist: bionic
env: OS="Bionic 18.04"

env:
global:
Expand Down

0 comments on commit a0feabb

Please sign in to comment.