Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue in travis with bundler args #19

Merged
merged 3 commits into from
Jun 12, 2020
Merged

Conversation

Cruikshanks
Copy link
Member

Problem:

Back in May we started seeing a number of projects Travis builds failing.

The 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/defra-ruby-aws/builds/170472128

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.

Problem:

Back in May we started seeing a number of projects Travis builds failing.

The 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/defra-ruby-aws/builds/170472128

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 Cruikshanks added the bug Something isn't working label Jun 12, 2020
@Cruikshanks Cruikshanks self-assigned this Jun 12, 2020
@Cruikshanks Cruikshanks added housekeeping Changes such as refactoring and removed bug Something isn't working labels Jun 12, 2020
Latest rubocop has flagged issues
@Cruikshanks Cruikshanks marked this pull request as ready for review June 12, 2020 10:06
@Cruikshanks Cruikshanks merged commit 64bde66 into master Jun 12, 2020
@Cruikshanks Cruikshanks deleted the fix-travis-build branch June 12, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Changes such as refactoring
Projects
None yet
2 participants