mirror of https://github.com/statping/statping
travis-ci updates
parent
b088be1394
commit
f0a70b95b5
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in New Issue