Merge pull request #377 from iamqizhao/master

try to address the issues caused by 2 repo names
This commit is contained in:
Qi Zhao 2015-10-02 10:59:43 -07:00
commit 5f79ebaeac
1 changed files with 5 additions and 0 deletions

View File

@ -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