Skip to content

Commit

Permalink
Merge pull request #104 from python-desert/update_gem_options
Browse files Browse the repository at this point in the history
Update gem options in Travis build
  • Loading branch information
altendky authored Sep 26, 2020
2 parents 7730168 + 23025e2 commit 872dcb9
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 872dcb9

Please sign in to comment.