diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d8c313eb9774fd4b38f98a27c75d047ade8e901e
--- /dev/null
+++ b/.travis.yml
@@ -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 .