Skip to content

Commit

Permalink
Merge pull request #122 from junaruga/feature/add-ruby-head-in-travis
Browse files Browse the repository at this point in the history
Add ruby-head as a allow failures in .travis.yml.
  • Loading branch information
mattwynne authored Mar 2, 2017
2 parents 1dcf049 + 9965028 commit 646bddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ before_install:
- gem update simplecov

rvm:
- ruby-head
- 2.4.0
- 2.3.0
- 2.2
- 2.1
- 2.0.0
- jruby-9.0.5.0

matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

# whitelist
branches:
only:
Expand Down

0 comments on commit 646bddf

Please sign in to comment.