mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user