Skip to content

Commit 515348f

Browse files
committed
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
1 parent 1be5c33 commit 515348f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
apt:
8989
packages:
9090
- python3-pip
91-
- shellcheck
9291
install:
9392
- travis_retry pip3 install flake8 --user
9493
before_script:

0 commit comments

Comments
 (0)