Skip to content

Commit

Permalink
No support for (< Ruby 2.2.1) in Rails 5 so excludes in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnow committed Nov 1, 2015
1 parent 70b553f commit 1b58da6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,10 @@ matrix:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-edge
- gemfile: gemfiles/Gemfile.rails-3.2.22
exclude:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.rails-edge
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-edge
- rvm: 2.1.7
gemfile: gemfiles/Gemfile.rails-edge

0 comments on commit 1b58da6

Please sign in to comment.