Skip to content

Commit

Permalink
Merge f08a500 into 20d9ce3
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jan 19, 2019
2 parents 20d9ce3 + f08a500 commit 880c231
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Expand Up @@ -5,21 +5,26 @@ 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"
matrix:
- NO_IPV6_TESTS=1


script:
- bundle exec rake build
Expand Down

0 comments on commit 880c231

Please sign in to comment.