Skip to content

Commit

Permalink
Test on Rails 6 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Oct 1, 2019
1 parent 3f081bc commit 775be95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- RAILS_VERSION=5.0.7.2
- RAILS_VERSION=5.1.7
- RAILS_VERSION=5.2.3
- RAILS_VERSION=6.0.0.rc2
- RAILS_VERSION=6.0.0

rvm:
- 2.6
Expand All @@ -22,9 +22,8 @@ before_install: gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- env: RAILS_VERSION=6.0.0.rc2
exclude:
- rvm: 2.4
env: RAILS_VERSION=6.0.0.rc2
env: RAILS_VERSION=6.0.0
- rvm: 2.3
env: RAILS_VERSION=6.0.0.rc2
env: RAILS_VERSION=6.0.0

0 comments on commit 775be95

Please sign in to comment.