Skip to content

Commit

Permalink
Update travis test matrix. Remove unnecessary entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 15, 2018
1 parent 2908365 commit 8d85b4c
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ matrix:
- rvm: 2.6
- rvm: 2.5
os: osx
- rvm: 2.6
os: osx
env:
# TODO: 0.8 is enough on Linux, but 2 seems needed for Travis/OSX
- LISTEN_TESTS_DEFAULT_LAG=2
- rvm: jruby
- rvm: truffleruby
- rvm: jruby-head
Expand All @@ -22,19 +23,4 @@ matrix:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
exclude:
- rvm: 2.3
os: osx
- rvm: 2.4
os: osx
- rvm: 2.5
os: osx
- rvm: jruby-head
os: osx
- rvm: rbx-3
os: osx
fast_finish: true

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

0 comments on commit 8d85b4c

Please sign in to comment.