Skip to content

Commit

Permalink
Drop --no-rdoc and --no-ri to fix Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bendb-instacart committed Sep 11, 2019
1 parent c414ee7 commit a4a9bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rvm:
- 2.4
- 2.5
before_install:
- gem install bundler -v 1.17.3 --no-rdoc --no-ri --without guard
- gem install bundler -v 1.17.3 --without guard
- bundle _1.17.3_ install
script: bundle exec rubocop -D && bundle exec rake
services:
Expand Down

0 comments on commit a4a9bcc

Please sign in to comment.