Skip to content

Commit

Permalink
travis: exclude rails 4.2 and ruby 2.6
Browse files Browse the repository at this point in the history
there is a known issue with tests raising a thread error
and won't be fixed

rails/rails#34790
  • Loading branch information
matthewrudy committed Jan 24, 2019
1 parent bb35931 commit b548e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ matrix:
gemfile: gemfiles/Gemfile-rails.5.0.x
- rvm: 2.1.5
gemfile: gemfiles/Gemfile-rails.5.0.x
- rvm: 2.6.0
gemfile: gemfiles/Gemfile-rails.4.2.x
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
Expand Down

0 comments on commit b548e01

Please # to comment.