Don't change to spew dir before invoking goveralls.
This commit is contained in:
parent
053ad9b77a
commit
55afdd1e0d
|
@ -7,5 +7,4 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- go get -v github.com/mattn/goveralls
|
- go get -v github.com/mattn/goveralls
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- cd ./spew
|
|
||||||
- goveralls -coverprofile=profile.cov -service=travis-ci
|
- goveralls -coverprofile=profile.cov -service=travis-ci
|
||||||
|
|
Loading…
Reference in New Issue