Merge pull request #1578 from cyphar/remove-shfmt-from-ci

travis: drop shfmt install
This commit is contained in:
Michael Crosby 2017-08-31 09:46:39 -04:00 committed by GitHub
commit 84a082bfef
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: