Skip to content

Commit

Permalink
Merge pull request #9 from junaruga/feature/travis-ruby-head
Browse files Browse the repository at this point in the history
Add ruby-head as allow_failures in .travis.yml
  • Loading branch information
doudou committed Mar 21, 2017
2 parents f3b2a7c + 63efc4f commit 84308d6
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 @@ -6,8 +6,14 @@ rvm:
- 2.2.5
- 2.3.1
- 2.4.0
- ruby-head
- jruby-9.1.5.0

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

script:
- rake test
- rake test_rspec

0 comments on commit 84308d6

Please sign in to comment.