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:
Aleksa Sarai 2017-08-31 20:49:51 +10:00
parent 1c81e2a794
commit ace083b650
No known key found for this signature in database
GPG Key ID: 9E18AA267DDB8DB4
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ before_install:
- sudo apt-get install -y libseccomp-dev libapparmor-dev
- go get -u github.com/golang/lint/golint
- go get -u github.com/vbatts/git-validation
- go get -u github.com/mvdan/sh/cmd/shfmt
- env | grep TRAVIS_
script: