From 0c1ff7f7fa930e90945a9cdd0f785031afcaf0fd Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 18 Mar 2020 20:37:28 -0700 Subject: [PATCH] travis-ci updates --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 713fb7e0..12f03e47 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,6 @@ release: test-ci: clean compile test-deps 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) test-api: DB_CONN=sqlite DB_HOST=localhost DB_DATABASE=sqlite DB_PASS=none DB_USER=none statping &