We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7163c1a commit 6390527Copy full SHA for 6390527
.travis.yml
@@ -13,5 +13,5 @@ script:
13
- go test -v ./...
14
15
after_success:
16
- - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
+ - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash -x
17
0 commit comments