fix testing report.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-07-20 17:06:26 +08:00
parent 96eb62f47a
commit ac71f41f45
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install:
script:
- make coverage
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.txt
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=.cover/coverage.txt
-service=travis-ci -repotoken=$COVERALLS_TOKEN
after_success:

View File

@ -24,6 +24,7 @@ func PrintGoRushVersion() {
version,
runtime.Compiler,
runtime.Version())
fmt.Println()
}
// VersionMiddleware : add version on header.