Skip to content

Commit

Permalink
Merge pull request #342 from rubysherpas/update-travis-for-rails-5
Browse files Browse the repository at this point in the history
Update travis for rails 5
  • Loading branch information
BenMorganIO committed Jul 12, 2016
2 parents e313f98 + b6753ba commit a21cf4d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Expand Up @@ -2,25 +2,21 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- jruby-9.1.0.0

env:
matrix:
- RAILS='~> 4.0.13'
- RAILS='~> 4.1.15'
- RAILS='~> 4.2.6'
- RAILS='~> 5.0.0.rc1'
- RAILS='~> 5.0.0'

matrix:
exclude:
- env: RAILS='~> 5.0.0.rc1'
rvm: 2.0.0
- env: RAILS='~> 5.0.0.rc1'
- env: RAILS='~> 5.0.0'
rvm: 2.1.10
allow_failures:
- env: RAILS='~> 5.0.0.rc1'
- env: RAILS='~> 5.0.0'
rvm: jruby-9.1.0.0

0 comments on commit a21cf4d

Please sign in to comment.