Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Travis matrix intends to test *different* scenarios
Browse files Browse the repository at this point in the history
These lines both resolved to Rails 5.2.0, for example.  The existence of
a 5.1.x version means that `~> 5.0` would always resolve to the same
thing as `~> 5.1`.
  • Loading branch information
atz committed Apr 18, 2018
1 parent 6e47269 commit 55281f7
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 @@ -11,8 +11,8 @@ rvm:

env:
- 'RAILS_VERSION="~> 4.2"'
- 'RAILS_VERSION="~> 5.0"'
- 'RAILS_VERSION="~> 5.1"'
- 'RAILS_VERSION="~> 5.0.0"'
- 'RAILS_VERSION="~> 5.1.0"'

matrix:
include:
Expand Down

0 comments on commit 55281f7

Please sign in to comment.