diff --git a/.travis.yml b/.travis.yml index 79ed13d..93ea493 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ install: - go get github.com/cockroachdb/cmux - go get github.com/gorilla/mux - go get github.com/smartystreets/goconvey/convey +- go get github.com/spf13/cobra before_script: - go vet -x ./... script: