fix goverlalls command

This commit is contained in:
Umputun
2018-05-22 01:18:05 -05:00
parent 84ce31f18c
commit e42a1658f0
+2 -1
View File
@@ -12,7 +12,8 @@ pipeline:
- go build -v ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
docker_master:
image: plugins/docker