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:
parent
573ce2763c
commit
a3e869bad1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue