Don't unnecessarily install shellcheck on the lint build

"Travis CI has now integrated ShellCheck by default, so you don't need to manually install it."
https://github.com/koalaman/shellcheck#travis-ci
This commit is contained in:
Ben Woosley 2018-07-21 12:52:09 -04:00
parent 1be5c33333
commit 515348f704
No known key found for this signature in database
GPG Key ID: 6EE5F3785F78B345
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ jobs:
apt:
packages:
- python3-pip
- shellcheck
install:
- travis_retry pip3 install flake8 --user
before_script: