mattbrictson / chandler

[unmaintained] chandler syncs your CHANGELOG entries to GitHub's release notes
MIT License
152 stars 15 forks source link

Fix travis build failure with ruby-head #51

Closed mattbrictson closed 5 years ago

mattbrictson commented 5 years ago

The rubygems upgrade seems to lead to a prompt like this that waits for user input, eventually timing out and failing the build:

bundler's executable "bundle" conflicts with /home/travis/.rvm/rubies/ruby-head/bin/bundle
Overwrite the executable? [yN]

Fix by removing the rubygems upgrade.