update travis
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
e62ba12fce
commit
2c2760f6e8
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@
|
|||
- go get honnef.co/go/tools/cmd/staticcheck
|
||||
- sudo apt update && sudo apt install -y libapparmor-dev libseccomp-dev
|
||||
script:
|
||||
- make IMAGE=alpine
|
||||
- make IMAGE=alpine BUILDTAGS=apparmor
|
||||
- go vet $(go list ./... | grep -v vendor)
|
||||
- staticcheck $(go list ./... | grep -v vendor)
|
||||
- test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)"
|
||||
- test -z "$(gofmt -s -l . | grep -v vendor | tee /dev/stderr)"
|
||||
- test -z "$(gofmt -s -l . | grep -v vendor | grep -v bindata.go | tee /dev/stderr)"
|
||||
- go test $(go list ./... | grep -v vendor)
|
||||
- make cover
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue