mirror of https://github.com/grpc/grpc-go.git
Merge pull request #377 from iamqizhao/master
try to address the issues caused by 2 repo names
This commit is contained in:
commit
5f79ebaeac
|
|
@ -1,4 +1,9 @@
|
|||
language: go
|
||||
|
||||
install:
|
||||
- export GOPATH="$HOME/gopath"
|
||||
- mkdir -p "$GOPATH/src/google.golang.org"
|
||||
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/google.golang.org/grpc"
|
||||
|
||||
script:
|
||||
- make test testrace
|
||||
|
|
|
|||
Loading…
Reference in New Issue