From b088be13948fe159a8e159af1b12f30c42bac6c6 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 18 Mar 2020 20:20:20 -0700 Subject: [PATCH] travis-ci updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62574429..863e4653 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ release: make build-all 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 bash <(curl -s https://codecov.io/bash)