Skip to content

Commit

Permalink
Add ruby-head to travis build matrix as allow_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Dec 18, 2019
1 parent 1149d44 commit d498014
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ rvm:
- 2.4
- 2.5
- 2.6
- ruby-head
script:
- "bundle exec shindont"
- "bundle exec rake spec[progress]"
sudo: false

matrix:
allow_failures:
- rvm: ruby-head

0 comments on commit d498014

Please sign in to comment.