diff --git a/.travis.yml b/.travis.yml index 61ec5207f5d..feddb164367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ script: - if ! go version | grep devel; then test -z "$(git status --porcelain)" || (git status; git diff; exit 1); fi - env GLOG_logtostderr=1 go test -race -v github.com/grpc-ecosystem/grpc-gateway/... - make lint -- sh -c 'cd examples/browser && gulp' env: global: - "PATH=$PATH:$HOME/local/bin"