Skip to content

Commit

Permalink
Travis-CI: Remove old rubies and update the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 6, 2019
1 parent be5f9ff commit a8f7f36
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ os:
- linux
- osx
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2.8
- 2.3.5
- 2.4.3
- 2.5.0
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- rbx
- system
Expand All @@ -27,13 +24,10 @@ env:
matrix:
allow_failures:
- rvm: system
- os: osx
rvm: 2.0.0
- os: osx
rvm: ruby-head
- rvm: rbx
- rvm: rbx-head
- rvm: 1.9.3
exclude: # ruby 2.4.2 needs build with xcode9 or later on osx
- os: osx
rvm: 2.4.2
Expand Down

0 comments on commit a8f7f36

Please sign in to comment.