Skip to content

Commit de5a00f

Browse files
committed
Reference Gulp by a more complete path
1 parent 185dda2 commit de5a00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
- if (go version | grep -q 1.8) && [ -z "${GATEWAY_PLUGIN_FLAGS}" ]; then test -z "$(git status --porcelain)" || (git status; git diff; exit 1); fi
3030
- env GLOG_logtostderr=1 go test -race -v github.com/grpc-ecosystem/grpc-gateway/...
3131
- make lint
32-
- sh -c 'cd examples/browser && gulp'
32+
- sh -c 'cd examples/browser && node ./node_modules/gulp/bin/gulp'
3333
env:
3434
global:
3535
- "PATH=$PATH:$HOME/local/bin"

0 commit comments

Comments
 (0)