diff --git a/.travis.yml b/.travis.yml index 1e7c725b..81e565e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ script: - make test after_success: - - make codecov + - bash <(curl -s https://codecov.io/bash) diff --git a/Makefile b/Makefile index 5ddc2e41..3525dc08 100644 --- a/Makefile +++ b/Makefile @@ -39,9 +39,6 @@ test: deps html_coverage: test @go tool cover -html=coverage.profile -o coverage.profile.html -codecov: test - @bash <(curl -s https://codecov.io/bash) - benchmark: server_deps @go test ./... -v -run=doNotRunTests -bench=. -benchmem