mirror of https://github.com/grpc/grpc-go.git
fix .travis.yml
This commit is contained in:
parent
bda7f81e9a
commit
773bcaef21
|
|
@ -4,6 +4,12 @@ before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
|
|
||||||
|
install:
|
||||||
|
- export GOPATH="$HOME/gopath"
|
||||||
|
- mkdir -p "$GOPATH/src/google.golang.org"
|
||||||
|
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/google.golang.org/grpc"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test testrace
|
- make test testrace
|
||||||
- make coverage
|
- make coverage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue