DEFRA / os-map-ref

OsMapRef is a tool to help handle UK Ordnance Survey map references, in particular to convert them to other coordinate systems
Other
2 stars 5 forks source link

Fix issue in travis with bundler args #36

Closed Cruikshanks closed 4 years ago

Cruikshanks commented 4 years ago

We recently started seeing Travis CI builds 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/os-map-ref/builds/171735066

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.

Cruikshanks commented 4 years ago

Travis failing is a rubocop issue. However, I want to resolve that in a separate PR.