1
0
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:
Carlos Alexandro Becker 2017-08-18 20:08:11 -03:00
parent fa5168c505
commit 8ebe859d34
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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