From 1b3144af3797abe5897dad5d5fdb2f73802bbc2a Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Fri, 23 Jun 2017 10:52:08 +0100 Subject: [PATCH] Hopefully this adds go tests to the travis job --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 .