Skip to content

Commit

Permalink
CI against newer released Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 9, 2018
1 parent 56db156 commit 065c215
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ language: ruby
cache: bundler

rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.5.0
- 2.2.9
- 2.3.6
- 2.4.3
- jruby-9.1.15.0

gemfile:
- gemfiles/rails-4-0.gemfile
Expand All @@ -32,11 +32,11 @@ matrix:
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.0
gemfile: gemfiles/rails-4-2.gemfile
- rvm: 2.1
- rvm: 2.1.10
gemfile: gemfiles/rails-4-0.gemfile
- rvm: 2.1
- rvm: 2.1.10
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.1
- rvm: 2.1.10
gemfile: gemfiles/rails-4-2.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails-5-1.gemfile
Expand All @@ -47,17 +47,17 @@ matrix:
- rvm: jruby-head
gemfile: gemfiles/rails-master.gemfile
exclude:
- rvm: 2.4.1
- rvm: 2.4.3
gemfile: gemfiles/rails-4-0.gemfile
- rvm: 2.4.1
- rvm: 2.4.3
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.4.1
- rvm: 2.4.3
gemfile: gemfiles/rails-4-2.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- gemfile: gemfiles/rails-master.gemfile
- rvm: jruby-9.1.5.0
- rvm: jruby-9.1.15.0
gemfile: gemfiles/rails-5-1.gemfile
fast_finish: true

Expand Down

0 comments on commit 065c215

Please sign in to comment.