Skip to content

Commit

Permalink
CI against newer rubies
Browse files Browse the repository at this point in the history
or Travis would cause weird bundler failures
  • Loading branch information
amatsuda committed Jan 10, 2019
1 parent 9d17a44 commit d706924
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ cache: bundler

rvm:
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.15.0

gemfile:
Expand Down Expand Up @@ -39,7 +39,7 @@ matrix:
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.1.10
gemfile: gemfiles/rails-4-2.gemfile
- rvm: 2.5.1
- rvm: 2.5.3
gemfile: gemfiles/rails-master.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails-5-2.gemfile
Expand All @@ -50,13 +50,13 @@ matrix:
- rvm: jruby-head
gemfile: gemfiles/rails-5-1.gemfile
exclude:
- rvm: 2.4.4
- rvm: 2.4.5
gemfile: gemfiles/rails-4-0.gemfile
- rvm: 2.4.4
- rvm: 2.4.5
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.5.1
- rvm: 2.5.3
gemfile: gemfiles/rails-4-0.gemfile
- rvm: 2.5.1
- rvm: 2.5.3
gemfile: gemfiles/rails-4-1.gemfile
- rvm: jruby-9.1.15.0
gemfile: gemfiles/rails-5-2.gemfile
Expand Down

0 comments on commit d706924

Please sign in to comment.