travis-ci updates

pull/443/head
Hunter Long 2020-03-18 20:20:20 -07:00
parent 38c70da8da
commit b088be1394
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ release:
make build-all make build-all
test-ci: clean compile test-deps test-ci: clean compile test-deps
SASS=`which sass` STATPING_DIR=${GOPATH}/src/github.com/statping/statping go test -v -covermode=count -coverprofile=coverage.out -p=4 ./... SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash)