Closed olleolleolle closed 5 years ago
1 Warning | |
---|---|
:warning: | Unless you’re refactoring existing code, please update CHANGELOG.md. |
Here's an example of a CHANGELOG.md entry:
* [#91](https://github.com/ruby-grape/grape-swagger-rails/pull/91): Travis: try to fix build - use bundler is 1.x, specify exact firefox version to use - [@olleolleolle](https://github.com/olleolleolle).
Generated by :no_entry_sign: danger
@dblock This was the first step - now it seems the headless browser has issues.
Headless is a whole can of worms. I use a specific version of Firefox, eg. https://github.com/dblock/slack-strava/blob/master/.travis.yml. Try that?
Looks like it worked. Merging.
Alright! 🔥 🎉
This CI change is about installing Bundler "before 2.0", so that
BUNDLED_WITH
markers in Gemfile.lock do not stop the build.