Commit a21cf4d2 by Ben A. Morgan Committed by GitHub

Merge pull request #342 from rubysherpas/update-travis-for-rails-5

Update travis for rails 5
parents e313f98e b6753ba6
......@@ -2,7 +2,6 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
......@@ -10,17 +9,14 @@ rvm:
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment