travis-ci updates

pull/443/head
Hunter Long 2020-03-18 20:37:28 -07:00
parent 7dc959af49
commit 0c1ff7f7fa
1 changed files with 0 additions and 1 deletions

View File

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