Correct TravisCI .yml file.
This commit is contained in:
parent
2d30de540a
commit
053ad9b77a
|
@ -8,4 +8,4 @@ after_success:
|
|||
- go get -v github.com/mattn/goveralls
|
||||
- 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