mirror of https://github.com/gin-gonic/gin.git
Testing coveralls
This commit is contained in:
parent
acf0c2dbb0
commit
ac2a29dd73
|
@ -4,3 +4,11 @@ go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
go get code.google.com/p/go.tools/cmd/cover
|
||||||
|
go get github.com/mattn/goveralls
|
||||||
|
|
||||||
|
script:
|
||||||
|
go test -v -covermode=count -coverprofile=coverage.out
|
||||||
|
$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
|
||||||
|
|
Loading…
Reference in New Issue