Skip to content
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

Merged
merged 3 commits into from
Sep 14, 2017
Merged

Some steps to fix Travis CI #461

merged 3 commits into from
Sep 14, 2017

Conversation

AlekSi
Copy link
Contributor

@AlekSi AlekSi commented Sep 13, 2017

Notice that Travis CI fails for some time: https://github.com/grpc-ecosystem/grpc-gateway/pulls
That PR allows it to move farther.

@tmc
Copy link
Collaborator

tmc commented Sep 14, 2017

@AlekSi have you signed the CLA?

@tmc
Copy link
Collaborator

tmc commented Sep 14, 2017

as per #434 this contributor has signed the CLA

@achew22
Copy link
Collaborator

achew22 commented Sep 14, 2017

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'
Copy link
Collaborator

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?

@achew22 achew22 merged commit de5a00f into grpc-ecosystem:master Sep 14, 2017
@AlekSi AlekSi deleted the go-1.9 branch September 14, 2017 06:35
@AlekSi
Copy link
Contributor Author

AlekSi commented Sep 14, 2017

Just to confirm: yes, CLA is signed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants