summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-08-21 13:55:45 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-08-21 13:55:45 +0900
commita472a4964087989814740ac175d12b2759394c85 (patch)
tree4ed28b7d38d192b7831111f5a8fd27eccf7c1a08
parent53df6990203ece5d69a4367cf593cf053e48a7d7 (diff)
travis: drop gorelease
replaced with github actions. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
-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: