Skip to content

Commit

Permalink
Merge pull request #393 from mfazekas/rails51test
Browse files Browse the repository at this point in the history
Test with rails 5.1 and ruby 2.4.0
  • Loading branch information
BenMorganIO committed Mar 25, 2017
2 parents 8d59c47 + 6c8a563 commit 9e43d56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 9e43d56

Please sign in to comment.