Skip to content

Commit

Permalink
ruby 2.0 doesn't work with with AR edge
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 21, 2016
1 parent bd3c30b commit d1c5670
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -29,10 +29,11 @@ matrix:
- rvm: jruby-head
- rvm: rbx

# rails 5+ requires ruby >= 2.2:
exclude:
- rvm: ruby-head
gemfile: gemfiles/activerecord_4.1.gemfile
- rvm: 2.0
gemfile: gemfiles/activerecord_5.0_foreigner.gemfile
- rvm: 2.0
gemfile: gemfiles/activerecord_5.0.gemfile
- rvm: 2.0
gemfile: gemfiles/activerecord_5.0_foreigner.gemfile
gemfile: gemfiles/activerecord_edge.gemfile

0 comments on commit d1c5670

Please sign in to comment.