Skip to content

Commit

Permalink
[ci] ⬆️ Aligns ruby versions with supported releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Mar 4, 2019
1 parent 8ca031c commit cfae0bd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ language: ruby
# Merged with whatever is the top of each branch at https://www.ruby-lang.org/en/downloads/releases/
matrix:
include:
- rvm: "1.9.3"
- rvm: "2.0.0"
- rvm: "2.1.10"
- rvm: "2.2.9"
- rvm: "2.3.6"
- rvm: "2.4.2"
- rvm: "2.5.0"
- rvm: "2.5.0"
- rvn: "2.6.1"
- rvm: "2.5.3"
- rvm: "2.4.5"
# EOL for 2.3 is 2019-03-31
- rvm: "2.3.8"
env: LINT=rubocop
allow_failures:
# These are EOL versions of ruby
Expand Down

0 comments on commit cfae0bd

Please sign in to comment.