mirror of https://github.com/statping/statping
travis-ci updates
parent
7dc959af49
commit
0c1ff7f7fa
1
Makefile
1
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 &
|
||||
|
|
Loading…
Reference in New Issue