Hopefully this adds go tests to the travis job

This commit is contained in:
Liz Rice
2017-06-23 10:52:08 +01:00
parent 44136fa080
commit 1b3144af37
+1
View File
@@ -2,4 +2,5 @@ language: go
install:
- go get github.com/aquasecurity/kube-bench
script:
- go test ./...
- go build -o kube-bench .