From e0d3907d2bc8ad837e372c2258909af2bfda75e3 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Thu, 29 Nov 2018 04:51:24 +0800 Subject: [PATCH] Print executing lines in api doc sync script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32b382a3..b59963cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_script: # - go get github.com/golang/lint/golint # Linter #- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter - go get -u github.com/swaggo/swag/cmd/swag # CLI tool for auto-generating swagger docs - - ci/check_swagger_sync.sh # Script to check that Swagger docs are up-to-date + - bash -x ci/check_swagger_sync.sh # Script to check that Swagger docs are up-to-date - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.12.2 # Anything in before_script: that returns a nonzero exit code will