diff --git a/.travis.yml b/.travis.yml index 4a93fed..f93cad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ go: 1.7.x install: - wget https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/.travis/install-protoc.sh && chmod +x install-protoc.sh && ./install-protoc.sh 3.1.0 - go get github.com/gogo/protobuf/protoc-gen-gogo +- go get ./... script: - make install - make test