We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185dda2 commit de5a00fCopy full SHA for de5a00f
.travis.yml
@@ -29,7 +29,7 @@ script:
29
- if (go version | grep -q 1.8) && [ -z "${GATEWAY_PLUGIN_FLAGS}" ]; then test -z "$(git status --porcelain)" || (git status; git diff; exit 1); fi
30
- env GLOG_logtostderr=1 go test -race -v github.com/grpc-ecosystem/grpc-gateway/...
31
- make lint
32
-- sh -c 'cd examples/browser && gulp'
+- sh -c 'cd examples/browser && node ./node_modules/gulp/bin/gulp'
33
env:
34
global:
35
- "PATH=$PATH:$HOME/local/bin"
0 commit comments