Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Apr 25, 2019
1 parent 89f4844 commit 60016a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ 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
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $RELEASE = true
condition: $RELEASE = true
9 changes: 5 additions & 4 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ build:
goarch:
- amd64

archive:
files:
- LICENSE
- README.md
archives:
- id: main
files:
- LICENSE
- README.md

0 comments on commit 60016a7

Please sign in to comment.