1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: no debug on travis

This commit is contained in:
Carlos Alexandro Becker 2019-06-09 15:43:57 -03:00
parent 7ee486fc9b
commit 3388b43cc4
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -17,7 +17,7 @@ install:
- sudo snap install snapcraft --classic
script:
- make ci
- test -n "$TRAVIS_TAG" || ./goreleaser --snapshot --debug
- test -n "$TRAVIS_TAG" || ./goreleaser --snapshot
after_success:
- bash <(curl -s https://codecov.io/bash)
- make static