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 ...@@ -2,7 +2,6 @@ sudo: false
language: ruby language: ruby
cache: bundler cache: bundler
rvm: rvm:
- 2.0.0
- 2.1.10 - 2.1.10
- 2.2.5 - 2.2.5
- 2.3.1 - 2.3.1
...@@ -10,17 +9,14 @@ rvm: ...@@ -10,17 +9,14 @@ rvm:
env: env:
matrix: matrix:
- RAILS='~> 4.0.13'
- RAILS='~> 4.1.15' - RAILS='~> 4.1.15'
- RAILS='~> 4.2.6' - RAILS='~> 4.2.6'
- RAILS='~> 5.0.0.rc1' - RAILS='~> 5.0.0'
matrix: matrix:
exclude: exclude:
- env: RAILS='~> 5.0.0.rc1' - env: RAILS='~> 5.0.0'
rvm: 2.0.0
- env: RAILS='~> 5.0.0.rc1'
rvm: 2.1.10 rvm: 2.1.10
allow_failures: allow_failures:
- env: RAILS='~> 5.0.0.rc1' - env: RAILS='~> 5.0.0'
rvm: jruby-9.1.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