run hook with -x

This commit is contained in:
Richard van der Hoff 2017-04-05 13:31:22 +01:00
parent 22ce003d81
commit ea2aca161c
1 changed files with 1 additions and 1 deletions

View File

@ -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