Skip to content

Commit

Permalink
Explicitely require ruby patch versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Mar 15, 2017
1 parent bdc0f59 commit cb3e78d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cache: bundler
script: "bundle exec rake test"

rvm:
- 2.1
- 2.1.10
- 2.2.6
- 2.3
- 2.4
- 2.3.3
- 2.4.0

gemfile:
- gemfiles/rails_4.1.gemfile
Expand All @@ -26,9 +26,9 @@ matrix:
allow_failures:
- gemfile: gemfiles/rails_5.1.beta.gemfile
exclude:
- rvm: 2.1
- rvm: 2.1.10
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 2.1
- rvm: 2.1.10
gemfile: gemfiles/rails_5.1.beta.gemfile
- rvm: 2.4
- rvm: 2.4.0
gemfile: gemfiles/rails_4.1.gemfile

0 comments on commit cb3e78d

Please sign in to comment.