Skip to content

Commit

Permalink
Merge 424f5be into 20d9ce3
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jan 19, 2019
2 parents 20d9ce3 + 424f5be commit 57be433
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Expand Up @@ -5,21 +5,24 @@ os:
- osx

rvm:
- 2.5.1
- 2.4.4
- jruby-9.1.17.0
- 2.6.0
- 2.5.3
- 2.4.5
- jruby-9.2.5.0

matrix:
fast_finish: true
allow_failures:
- os: osx
- rvm: jruby-9.1.17.0
- rvm: jruby-9.2.5.0

notifications:
email: false

env:
- NO_IPV6_TESTS=1
global:
- JRUBY_OPTS="--debug"
- NO_IPV6_TESTS=1

script:
- bundle exec rake build
Expand Down

0 comments on commit 57be433

Please sign in to comment.