From ac71f41f45d9d48612d9e036fa0c29dbc81c7843 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 20 Jul 2016 17:06:26 +0800 Subject: [PATCH] fix testing report. Signed-off-by: Bo-Yi Wu --- .travis.yml | 2 +- gorush/version.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d411d82..71bc958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/gorush/version.go b/gorush/version.go index faa0280..45dd995 100644 --- a/gorush/version.go +++ b/gorush/version.go @@ -24,6 +24,7 @@ func PrintGoRushVersion() { version, runtime.Compiler, runtime.Version()) + fmt.Println() } // VersionMiddleware : add version on header.