Merge pull request #699 from nodejs/update-travis.yml.template
Update travis.yml.template, remove manual ShellCheck installation
This commit is contained in:
commit
a2b428fd69
|
@ -34,12 +34,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- TEST: Shell Check
|
- TEST: Shell Check
|
||||||
script: shellcheck *.sh
|
script: shellcheck *.sh
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- debian-sid
|
|
||||||
packages:
|
|
||||||
- shellcheck
|
|
||||||
|
|
||||||
- stage: Deploy
|
- stage: Deploy
|
||||||
script: ./generate-stackbrew-pr.sh
|
script: ./generate-stackbrew-pr.sh
|
||||||
|
|
Loading…
Reference in New Issue