Skip to content

Commit

Permalink
Fix rails dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r authored Aug 8, 2017
1 parent bcd02ae commit 26f194f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ rvm:

env:
matrix:
- RAILS='~> 4.2'
- RAILS='~> 5.0'
- RAILS='~> 5.1'
- RAILS='~> 4.2.0'
- RAILS='~> 5.0.0'
- RAILS='~> 5.1.0'

matrix:
allow_failures:
Expand Down

0 comments on commit 26f194f

Please sign in to comment.