diff --git a/.travis.yml b/.travis.yml index 576b5ea..c9bf753 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: go install: - go get github.com/aquasecurity/kube-bench script: + - go test ./... - go build -o kube-bench .