Skip to content

Commit

Permalink
Release new versions if commit has been tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Dec 30, 2018
1 parent 8198427 commit e739b33
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ script:
- sh test.sh

after_success:
- bash <(curl -s https://codecov.io/bash)
- 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 e739b33

Please sign in to comment.