run hook with -x
This commit is contained in:
parent
22ce003d81
commit
ea2aca161c
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ install:
|
|||
- go get github.com/constabulary/gb/...
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/fzipp/gocyclo
|
||||
script: ./hooks/pre-commit
|
||||
script: bash -x ./hooks/pre-commit
|
||||
|
|
Reference in a new issue