added travis build

pull/5/head
Amir Jerbi 7 years ago
parent 55fd838191
commit b215ad184f

@ -0,0 +1,8 @@
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
script:
- go build -o cis_kubernetes .
Loading…
Cancel
Save