From 2c2760f6e88038428d08f87f3db76b3afc1c2dde Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 19 Mar 2018 23:28:47 -0400 Subject: [PATCH] update travis Signed-off-by: Jess Frazelle --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 937bbe6..361c8ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: