Skip to content

Commit a3e869b

Browse files
PeterDaveHelloSimenB
authored andcommitted
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!
1 parent 573ce27 commit a3e869b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
env:
3737
- TEST: Shell Check
3838
script: shellcheck *.sh
39-
addons:
40-
apt:
41-
sources:
42-
- debian-sid
43-
packages:
44-
- shellcheck
4539

4640
- stage: Deploy
4741
script: ./generate-stackbrew-pr.sh

0 commit comments

Comments
 (0)