1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-10-31 20:39:14 +00:00

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

View File

@ -2,4 +2,5 @@ language: go
install:
- go get github.com/aquasecurity/kube-bench
script:
- go test ./...
- go build -o kube-bench .