ruby-grape / grape-swagger-rails

Swagger UI as Rails Engine for grape-swagger gem.
MIT License
251 stars 197 forks source link

Travis: Try to fix build - use Bundler is 1.x, specify exact Firefox version to use #91

Closed olleolleolle closed 5 years ago

olleolleolle commented 5 years ago

This CI change is about installing Bundler "before 2.0", so that BUNDLED_WITH markers in Gemfile.lock do not stop the build.

grape-bot commented 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

olleolleolle commented 5 years ago

@dblock This was the first step - now it seems the headless browser has issues.

dblock commented 5 years ago

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?

dblock commented 5 years ago

Looks like it worked. Merging.

olleolleolle commented 5 years ago

Alright! 🔥 🎉