temporary disable result checking on coverall service in travis ci

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2019-08-13 23:21:58 +08:00
parent 1adc3a9469
commit 699a935c05

View File

@ -16,4 +16,5 @@ docker ps
go test -race -i ./src/core ./src/jobservice
sudo -E env "PATH=$PATH" "POSTGRES_MIGRATION_SCRIPTS_PATH=/home/travis/gopath/src/github.com/goharbor/harbor/make/migrations/postgresql/" ./tests/coverage4gotest.sh
set +e
goveralls -coverprofile=profile.cov -service=travis-ci