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:
parent
7ee486fc9b
commit
3388b43cc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user