Skip to content
Snippets Groups Projects
Commit d80a6e20 authored by Michael Darakananda's avatar Michael Darakananda Committed by GitHub
Browse files

make travis go get cloud.google.com/go/... (#28)

This makes sure we fail the test before breaking cloud.

Fixes #27.
parent bb3573be
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,9 @@ go:
- 1.7
- 1.8
go_import_path: google.golang.org/genproto
script:
- go test -v ./...
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
go get -u -v cloud.google.com/go/...;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment