From f2d49848f44412ca84419e3edf005e7b06a39636 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 20 Jun 2017 11:23:01 +0100 Subject: [PATCH] Travis build failing, let's see if this works --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4638d6..576b5ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: go install: - - go get github.com/joncalhoun/pipe - - go get github.com/fatih/color - - go get github.com/spf13/cobra - - go get github.com/spf13/viper - - go get gopkg.in/yaml.v2 + - go get github.com/aquasecurity/kube-bench script: - go build -o kube-bench .