Skip to content

Commit

Permalink
Merge pull request rubysherpas#431 from mrhead/add-support-for-rails-5-2
Browse files Browse the repository at this point in the history
Test with Rails 5.2
  • Loading branch information
jhawthorn authored Jan 5, 2018
2 parents 9250578 + 76567a9 commit 021551f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
- RAILS='~> 4.2.0'
- RAILS='~> 5.0.0'
- RAILS='~> 5.1.0'
- RAILS='~> 5.2.0.beta2'

matrix:
allow_failures:
Expand All @@ -21,3 +22,5 @@ matrix:
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.2.0.beta2'
rvm: jruby-9.1.6.0

0 comments on commit 021551f

Please sign in to comment.