Skip to content

Commit

Permalink
Reference Gulp by a more complete path
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 committed Sep 14, 2017
1 parent 185dda2 commit de5a00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- if (go version | grep -q 1.8) && [ -z "${GATEWAY_PLUGIN_FLAGS}" ]; 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'
- sh -c 'cd examples/browser && node ./node_modules/gulp/bin/gulp'
env:
global:
- "PATH=$PATH:$HOME/local/bin"
Expand Down

0 comments on commit de5a00f

Please sign in to comment.