From 60016a79ad4f750389b1e2de419118257ac4d8a2 Mon Sep 17 00:00:00 2001 From: Nic Pottier Date: Thu, 25 Apr 2019 11:59:53 -0500 Subject: [PATCH] update travis --- .travis.yml | 3 +-- goreleaser.yml | 9 +++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba87f47..57f786f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ script: after_success: - bash <(curl -s https://codecov.io/bash) - rm coverage.text -- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash deploy: - provider: script @@ -44,4 +43,4 @@ deploy: script: curl -sL https://git.io/goreleaser | bash on: tags: true - condition: $RELEASE = true \ No newline at end of file + condition: $RELEASE = true diff --git a/goreleaser.yml b/goreleaser.yml index 46f6147..18a9749 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -8,8 +8,9 @@ build: goarch: - amd64 -archive: - files: - - LICENSE - - README.md +archives: + - id: main + files: + - LICENSE + - README.md