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:
parent
1be5c33333
commit
515348f704
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ jobs:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- shellcheck
|
|
||||||
install:
|
install:
|
||||||
- travis_retry pip3 install flake8 --user
|
- travis_retry pip3 install flake8 --user
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue