Commit 6c8a563d by Miklos Fazekas

Test with rails 5.1 and ruby 2.4.0

parent 8d59c47a
......@@ -2,25 +2,25 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.1
- jruby-9.1.6.0
env:
matrix:
- RAILS='~> 4.1.16'
- RAILS='~> 4.2.7.1'
- RAILS='~> 5.0.0.1'
- RAILS='~> 5.1.0.rc1'
matrix:
exclude:
- env: RAILS='~> 5.0.0.1'
rvm: 2.1.10
- env: RAILS='~> 5.1.0.rc1'
rvm: 2.2.6
allow_failures:
- env: RAILS='~> 4.1.16'
rvm: jruby-9.1.6.0
- env: RAILS='~> 4.2.7.1'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.0.0.1'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0.rc1'
rvm: jruby-9.1.6.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