Skip to content

Commit

Permalink
Rails 5 doesn't support ruby < 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 1, 2016
1 parent 2157ae8 commit 106030c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,11 @@ gemfile:
- test/gemfiles/Gemfile.rails-4.2.x
- test/gemfiles/Gemfile.rails-5.0.x
matrix:
exclude:
- rvm: 2.0.0
gemfile: test/gemfiles/Gemfile.rails-5.0.x
- rvm: 2.1
gemfile: test/gemfiles/Gemfile.rails-5.0.x
allow_failures:
- rvm: jruby
- rvm: rbx-2
Expand Down

0 comments on commit 106030c

Please sign in to comment.