Skip to content

Commit

Permalink
Allow failures on ruby-head
Browse files Browse the repository at this point in the history
Currently it's failing because of:
rubygems/bundler#7248
  • Loading branch information
ShockwaveNN committed Jul 18, 2019
1 parent 0845231 commit 32ae2f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,9 @@ rvm:
- 2.5.1
- 2.4.4
- 2.3.7

matrix:
allow_failures:
- rvm: ruby-head
before_install:
- gem update --system
install:
Expand Down

0 comments on commit 32ae2f7

Please sign in to comment.