Skip to content

Commit

Permalink
update ruby and rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorganIO authored and Thomas Romera committed Feb 7, 2017
1 parent 78fa25a commit 9b798bf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.5
- 2.3.1
- jruby-9.1.0.0
- 2.2.6
- 2.3.3
- jruby-9.1.6.0

env:
matrix:
- RAILS='~> 4.1.15'
- RAILS='~> 4.2.6'
- RAILS='~> 5.0.0'
- RAILS='~> 4.1.16'
- RAILS='~> 4.2.7.1'
- RAILS='~> 5.0.0.1'

matrix:
exclude:
- env: RAILS='~> 5.0.0'
- env: RAILS='~> 5.0.0.1'
rvm: 2.1.10
allow_failures:
- env: RAILS='~> 4.1.15'
rvm: jruby-9.1.0.0
- env: RAILS='~> 4.2.6'
rvm: jruby-9.1.0.0
- env: RAILS='~> 5.0.0'
rvm: jruby-9.1.0.0
- 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

0 comments on commit 9b798bf

Please sign in to comment.