Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-19 23:33:13 -04:00
parent 367e7a8369
commit c9717525e2

View file

@ -20,7 +20,7 @@
- go get honnef.co/go/tools/cmd/staticcheck
- sudo apt update && sudo apt install -y libapparmor-dev libseccomp-dev
script:
- make IMAGE=alpine BUILDTAGS=apparmor
- make BUILDTAGS=apparmor
- go vet $(go list ./... | grep -v vendor)
- staticcheck $(go list ./... | grep -v vendor)
- test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)"