Skip to content

Commit

Permalink
Exclude testing Rails 4.2 against ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed May 31, 2019
1 parent 07829bc commit 248202c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
allow_failures:
- ruby: ruby-head
gemfile: gemfiles/rails_4.2.gemfile
matrix:
allow_failures:
- rvm: ruby-head
gemfile: gemfiles/rails_4.2.gemfile
script:
- bundle exec rake rubocop
- bundle exec rspec

0 comments on commit 248202c

Please sign in to comment.