Skip to content

Commit ace083b

Browse files
committed
travis: drop shfmt install
It looks like we missed this in 5930d5b ("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 <[email protected]>
1 parent 1c81e2a commit ace083b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ before_install:
2424
- sudo apt-get install -y libseccomp-dev libapparmor-dev
2525
- go get -u github.com/golang/lint/golint
2626
- go get -u github.com/vbatts/git-validation
27-
- go get -u github.com/mvdan/sh/cmd/shfmt
2827
- env | grep TRAVIS_
2928

3029
script:

0 commit comments

Comments
 (0)