summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9cb5c7d4..2692518e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,12 +61,11 @@ matrix:
go: "1.12"
- <<: *_unittest
env:
- - DESCRIPTION="Tests + goreleaser + cover"
+ - DESCRIPTION="Tests + cover"
go: "1.12"
script:
- go test -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
- bash <(curl -s https://codecov.io/bash)
- <<: *_unittest
env: