travis: drop shfmt install
It looks like we missed this in 5930d5b427
("Remove shfmt"), which was
causing CI to break (since it looks like the repo has moved or something
like that). Since we're no longer using shfmt, drop it completely from
the repo.
Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
1c81e2a794
commit
ace083b650
|
@ -24,7 +24,6 @@ before_install:
|
||||||
- sudo apt-get install -y libseccomp-dev libapparmor-dev
|
- sudo apt-get install -y libseccomp-dev libapparmor-dev
|
||||||
- go get -u github.com/golang/lint/golint
|
- go get -u github.com/golang/lint/golint
|
||||||
- go get -u github.com/vbatts/git-validation
|
- go get -u github.com/vbatts/git-validation
|
||||||
- go get -u github.com/mvdan/sh/cmd/shfmt
|
|
||||||
- env | grep TRAVIS_
|
- env | grep TRAVIS_
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue