From f0a70b95b5d725c5b0366b303396c5c73d952577 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 18 Mar 2020 20:25:18 -0700 Subject: [PATCH] travis-ci updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 863e4653..713fb7e0 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ 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 + goveralls -coverprofile=coverage.out -service=travis-ci -repotoken ${COVERALLS} bash <(curl -s https://codecov.io/bash) test-api: