travis: now I remember why i removed codegov

Michael Muré created

--> it fails on go 1.9:

"cannot use test profile flag with multiple packages"

It would require a script of some sort to compile all package coverage in the same report

--> report are innacurate

test in test/ are not accounted for the coverage

Change summary

.travis.yml | 2 --
1 file changed, 2 deletions(-)

Detailed changes

.travis.yml 🔗

@@ -12,10 +12,8 @@ install:
 
 script:
   - make test
-  - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
 
 after_success:
-  - bash <(curl -s https://codecov.io/bash)
   - gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
 
 deploy: