Commit b151329d by John Hawthorn

Update .travis.yml to test rails 5

Also updates ruby versions
parent adb6f47a
...@@ -2,12 +2,24 @@ sudo: false ...@@ -2,12 +2,24 @@ sudo: false
language: ruby language: ruby
rvm: rvm:
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1.8
- 2.2.0 - 2.2.4
- 2.3.0 - 2.3.0
- jruby-9.0.5.0 - jruby-9.0.5.0
env: env:
- RAILS='~> 4.0.13' matrix:
- RAILS='~> 4.1.10' - RAILS='~> 4.0.13'
- RAILS='~> 4.2.1' - RAILS='~> 4.1.10'
- RAILS='~> 4.2.1'
- RAILS='~> 5.0.0.beta1'
matrix:
exclude:
- env: RAILS='~> 5.0.0.beta1'
rvm: 2.0.0
- env: RAILS='~> 5.0.0.beta1'
rvm: 2.1.8
allow_failures:
- env: RAILS='~> 5.0.0.beta1'
rvm: jruby-9.0.5.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