Skip to content

Commit

Permalink
Remove deprecated options from .travis.yml
Browse files Browse the repository at this point in the history
`--no-rdoc` and `--no-ri` no longer work.
  • Loading branch information
RickCSong committed Dec 28, 2018
1 parent dba0158 commit 08b2f66
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 @@ cache: bundler
before_install:
- gem update --system
- gem --version
- gem install bundler --no-rdoc --no-ri
- gem install bundler
- bundle --version

install: bundle install --without development doc
Expand Down

0 comments on commit 08b2f66

Please sign in to comment.