Skip to content

Commit

Permalink
Better handling of travis OS selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 15, 2018
1 parent 4278af6 commit e86de4d
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
language: ruby
cache: bundler

rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
- truffleruby
- jruby
- jruby-head
- rbx-3

matrix:
include:
- rvm: 2.3
- rvm: 2.4
- rvm: 2.5
- rvm: 2.6
- rvm: 2.5
os: osx
- rvm: 2.6
os: osx
- rvm: jruby
- rvm: truffleruby
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-3
allow_failures:
- rvm: truffleruby
- rvm: jruby
Expand All @@ -32,10 +35,6 @@ matrix:
os: osx
fast_finish: true

os:
- linux
- osx

env:
# TODO: 0.8 is enough on Linux, but 2 seems needed for Travis/OSX
- LISTEN_TESTS_DEFAULT_LAG=2

0 comments on commit e86de4d

Please sign in to comment.