Skip to content

Commit

Permalink
CI against ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 10, 2019
1 parent 993bb98 commit da472cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- jruby-9.1.17.0

gemfile:
Expand Down Expand Up @@ -39,7 +40,7 @@ matrix:
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.1.10
gemfile: gemfiles/rails-4-2.gemfile
- rvm: 2.5.3
- rvm: 2.6.0
gemfile: gemfiles/rails-master.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails-5-2.gemfile
Expand All @@ -58,6 +59,12 @@ matrix:
gemfile: gemfiles/rails-4-0.gemfile
- rvm: 2.5.3
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.6.0
gemfile: gemfiles/rails-4-0.gemfile
- rvm: 2.6.0
gemfile: gemfiles/rails-4-1.gemfile
- rvm: 2.6.0
gemfile: gemfiles/rails-4-2.gemfile
- rvm: jruby-9.1.17.0
gemfile: gemfiles/rails-5-2.gemfile
allow_failures:
Expand Down

0 comments on commit da472cc

Please sign in to comment.