From 3388b43cc4470ba2cb0cc2607978648325116db5 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 9 Jun 2019 15:43:57 -0300 Subject: [PATCH] chore: no debug on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 885a87d9b..8e4372e4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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