1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

Revert "testing travis deploy config"

This reverts commit 8ebe859d34417cebc4cc194dbed37937a4183157.
This commit is contained in:
Carlos Alexandro Becker 2017-08-18 20:23:37 -03:00
parent afb23f9ae8
commit 17080f4279
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -14,11 +14,6 @@ script:
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
- provider: script
skip_cleanup: true
script: go run main.go
on:
tags: true
- test -n "$TRAVIS_TAG" && go run main.go
notifications:
email: false