mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
testing travis deploy config
This commit is contained in:
parent
fa5168c505
commit
8ebe859d34
@ -14,6 +14,11 @@ script:
|
||||
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- test -n "$TRAVIS_TAG" && go run main.go
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: go run main.go
|
||||
on:
|
||||
tags: true
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user