update test command.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-06-30 14:07:29 +08:00
parent 84c13e6d42
commit 1768d259fd
1 changed files with 1 additions and 1 deletions

View File

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