Skip to content

Commit

Permalink
Update travis matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 15, 2018
1 parent eb0f08b commit 4278af6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,29 @@ language: ruby
cache: bundler

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

matrix:
allow_failures:
- rvm: truffleruby
- rvm: jruby
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
exclude:
- rvm: 2.3.4
- rvm: 2.3
os: osx
- rvm: 2.4.1
- rvm: 2.4
os: osx
- rvm: 2.5
os: osx
- rvm: jruby-head
os: osx
Expand All @@ -31,7 +35,6 @@ matrix:
os:
- linux
- osx
osx_image: xcode7.1

env:
# TODO: 0.8 is enough on Linux, but 2 seems needed for Travis/OSX
Expand Down

2 comments on commit 4278af6

@eregon
Copy link

@eregon eregon commented on 4278af6 Feb 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)
I tried with 1.0.0-rc12, and it passes around 90% of the tests: https://travis-ci.org/eregon/listen/jobs/490484766

@eregon
Copy link

@eregon eregon commented on 4278af6 Feb 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.