Skip to content

Commit

Permalink
Merge pull request #428 from junaruga/feature/add-ruby24-ruby-head-in…
Browse files Browse the repository at this point in the history
…-travis

Add Ruby 2.4.0 and ruby-head in .travis.yml.
  • Loading branch information
junaruga authored Mar 10, 2017
2 parents 121d350 + b2a5940 commit dfc918b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ rvm:
- 2.1.8
- 2.2.4
- 2.3.0
- 2.4.0
- ruby-head
- jruby
- jruby-20mode
- jruby-21mode
Expand All @@ -20,12 +22,14 @@ matrix:
- rvm: jruby-9.0.1.0-21mode
env: JRUBY_OPTS='--dev'
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.0.1.0
env: JRUBY_OPTS='--dev'
- rvm: jruby-9.0.1.0-20mode
env: JRUBY_OPTS='--dev'
- rvm: jruby-9.0.1.0-21mode
env: JRUBY_OPTS='--dev'
fast_finish: true
notifications:
email:
- [email protected]
Expand Down

0 comments on commit dfc918b

Please sign in to comment.