Skip to content

Commit

Permalink
Fix ActiveRecord5 support ruby version 2.2.2 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
hirocaster committed Mar 10, 2016
1 parent c7e27a7 commit 69dd684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ services:
- mysql
script:
- bundle exec rake spec
matrix:
exclude:
- rvm: 2.1.8
gemfile: ar50.gemfile
- rvm: 2.0.0-p648
gemfile: ar50.gemfile

0 comments on commit 69dd684

Please sign in to comment.