DEFRA / waste-carriers-frontend

Waste Carrier Registrations Frontend Code
Other
1 stars 1 forks source link

Fix issue in travis with bundler args #322

Closed Cruikshanks closed 4 years ago

Cruikshanks commented 4 years ago

Problem:

Since last week all our builds are failing.

The main error is:

$ gem install -v 1.17.3 bundler --no-rdoc --no-ri
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-rdoc
The command "gem install -v 1.17.3 bundler --no-rdoc --no-ri" failed and exited with 1 during .

Visible in https://travis-ci.com/github/DEFRA/waste-carriers-frontend/builds/166643282

We think the only difference in the builds is the version of the ruby binary Travis is pulling. But for now we are simply going to switch our args to move past the issue and get things building again.