Skip to content

Commit

Permalink
Allow failures of Travis ruby-head
Browse files Browse the repository at this point in the history
Travis's ruby-head is too unstable to stabilize its builds. Obviously
it's broken around rubygems.
  • Loading branch information
k0kubun committed Mar 10, 2018
1 parent e4a8be9 commit 6c3612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -55,6 +55,7 @@ matrix:
- rvm: 2.4.3
gemfile: test/gemfiles/Gemfile.rails-edge
allow_failures:
- rvm: ruby-head
- rvm: rbx-3
- gemfile: test/gemfiles/Gemfile.rails-edge
fast_finish: true
Expand Down

0 comments on commit 6c3612f

Please sign in to comment.