-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some steps to fix Travis CI #461
Conversation
@AlekSi have you signed the CLA? |
as per #434 this contributor has signed the CLA |
Looks like you've previously contributed and everything was good with that, plus the CLA bot is kind of on the fritz. I'm going to merge this. |
@@ -28,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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we do $(npm bin)/gulp?
Just to confirm: yes, CLA is signed. |
Notice that Travis CI fails for some time: https://github.com/grpc-ecosystem/grpc-gateway/pulls
That PR allows it to move farther.