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.