travis-ci updates

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

View File

@ -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: