Skip to content

Commit

Permalink
deploy when tag is pushed (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Jun 6, 2019
1 parent 1b244f7 commit 25e77af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 25e77af

Please sign in to comment.