Skip to content

Commit

Permalink
Don't run Rails 4.1 with Ruby head on travis
Browse files Browse the repository at this point in the history
Rails 4.1 does not work with Ruby 2.4 or higher, so no need to run a
combination we know will fail.
  • Loading branch information
composerinteralia committed Jul 18, 2018
1 parent 27d75c8 commit 3f2a824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ matrix:
gemfile: gemfiles/rails4.1.gemfile
- rvm: 2.5
gemfile: gemfiles/rails4.1.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails4.1.gemfile
allow_failures:
- rvm: ruby-head

0 comments on commit 3f2a824

Please sign in to comment.