Travis: Remove gotestcover

This commit is contained in:
Alexander Neumann
2018-08-31 20:56:25 +02:00
parent a5a46e4989
commit 8af4b331ef
2 changed files with 12 additions and 6 deletions

View File

@@ -42,4 +42,4 @@ script:
- go run run_integration_tests.go
after_success:
- bash <(curl -s https://codecov.io/bash) -f all.cov
- test -r all.cov && bash <(curl -s https://codecov.io/bash) -f all.cov