.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: