Remove manaul GOPATH manipulation.
Travis' Go setup already sets up a suitable `GOPATH`, so there's no need to do it manually.
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export GOPATH="$HOME/gopath"
|
|
||||||
- mkdir -p "$GOPATH/src/google.golang.org"
|
|
||||||
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/google.golang.org/grpc"
|
|
||||||
- go get -v -t -d google.golang.org/grpc/...
|
- go get -v -t -d google.golang.org/grpc/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user