Skip to content

Commit

Permalink
Update gem options in Travis build
Browse files Browse the repository at this point in the history
rubygems/rubygems#2354

Change noticed while working #103.
  • Loading branch information
altendky authored Jul 28, 2020
1 parent 631de5f commit 95570f5
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 @@ -88,7 +88,7 @@ install:
- |
set -ex
if [[ $TOXENV == 'check' ]]; then
(gem install travis --no-rdoc --no-ri
(gem install travis --no-document
travis lint --no-interactive --exit-code)
fi
set +x
Expand Down

0 comments on commit 95570f5

Please sign in to comment.