Remove manual ShellCheck installation on Travis CI (#697)

Travis CI started to provide ShellCheck directly for a while, we can
save both time and resources to manually install it now!
This commit is contained in:
Peter Dave Hello 2018-04-25 05:57:23 +08:00 committed by Simen Bekkhus
parent 573ce2763c
commit a3e869bad1
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@ jobs:
env:
- TEST: Shell Check
script: shellcheck *.sh
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
- stage: Deploy
script: ./generate-stackbrew-pr.sh