Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue in travis with bundler args (#19)
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. N.B. Includes some rubocop fixes flagged in latest version
- Loading branch information