Skip to content

Commit

Permalink
Merge pull request #475 from chopraanmol1/add_ruby_2-6_support
Browse files Browse the repository at this point in the history
Add ruby 2.6 support
  • Loading branch information
chopraanmol1 authored Dec 26, 2018
2 parents f463503 + 7805b85 commit b6d6479
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-9.1.6.0
env:
Expand All @@ -14,7 +15,13 @@ matrix:
gemfile: Gemfile_ruby2
- rvm: 2.1
gemfile: Gemfile_ruby2
- rvm: 2.6
env: RUBYOPT=--jit LONG_RUN=true
- rvm: ruby-head
env: RUBYOPT=--jit LONG_RUN=true
allow_failures:
- rvm: ruby-head
- rvm: ruby-head
env: RUBYOPT=--jit LONG_RUN=true
- rvm: jruby-9.1.6.0
bundler_args: --without local_development

0 comments on commit b6d6479

Please sign in to comment.