add pkg for support coveralls

This commit is contained in:
yhua 2016-08-04 12:09:40 +08:00
parent d746bfc9f2
commit f2ea603855

View File

@ -63,6 +63,8 @@ install:
- sudo service docker restart
- go get github.com/dghubble/sling
- go get github.com/stretchr/testify
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
before_script:
# create tables and load data
@ -72,6 +74,7 @@ script:
- go list ./... | grep -v -E 'vendor|tests' | xargs -L1 fgt golint
- go list ./... | grep -v -E 'vendor|tests' | xargs -L1 go vet
- ./Deploy/coverage4gotest.sh
- goveralls -coverprofile=profile.cov -service=travis-ci
- docker-compose -f Deploy/docker-compose.yml up -d