Skip to content

Commit

Permalink
Merge pull request #415 from aried3r/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
BenMorganIO authored Aug 8, 2017
2 parents bf97dd9 + 174437c commit ea0a0ce
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.6
- 2.3.3
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.6.0

env:
matrix:
- RAILS='~> 4.2.7.1'
- RAILS='~> 5.0.0.1'
- RAILS='~> 5.1.0.rc1'
- RAILS='~> 4.2.0'
- RAILS='~> 5.0.0'
- RAILS='~> 5.1.0'

matrix:
exclude:
- env: RAILS='~> 5.1.0.rc1'
rvm: 2.2.6
allow_failures:
- env: RAILS='~> 4.2.7.1'
- env: RAILS='~> 4.2.0'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.0.0.1'
- env: RAILS='~> 5.0.0'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0.rc1'
- env: RAILS='~> 5.1.0'
rvm: jruby-9.1.6.0

0 comments on commit ea0a0ce

Please sign in to comment.