Skip to content

Commit

Permalink
Correct excluded Ruby versions
Browse files Browse the repository at this point in the history
The versions we were running against were bumped, so we needed to update
which versions were being excluded as they were stale.

Rails master (soon to be 6.0.0) doesn't support versions before Ruby
2.5.
  • Loading branch information
jarednorman committed Apr 22, 2019
1 parent e877128 commit cf58f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ matrix:
exclude:
- rvm: 2.2
env: RAILS='master'
- rvm: 2.3.5
- rvm: 2.3.8
env: RAILS='master'
- rvm: 2.4.3
- rvm: 2.4.5
env: RAILS='master'

0 comments on commit cf58f83

Please sign in to comment.