mirror of https://github.com/gobeam/stringy.git
Coverall config changes
This commit is contained in:
parent
fb0928cf99
commit
8a3637503f
|
@ -9,4 +9,4 @@ before_install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -cover -coverprofile=.coverprofile $(go list .)
|
- go test -cover -coverprofile=.coverprofile $(go list .)
|
||||||
- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=REPO_TOKEN
|
- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=$REPO_TOKEN
|
||||||
|
|
Loading…
Reference in New Issue