mirror of
https://github.com/vbatts/git-validation.git
synced 2025-01-30 15:17:33 +00:00
.travis.yml: Add '-set_exit_status' to golint invocation
So Travis tells us when golint finds something suspicious. Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
e6a550d472
commit
b4e2a474d1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go vet -x ./...
|
- go vet -x ./...
|
||||||
- golint ./...
|
- golint -set_exit_status ./...
|
||||||
- go build .
|
- go build .
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
- ./git-validation -run DCO,short-subject,dangling-whitespace -v
|
- ./git-validation -run DCO,short-subject,dangling-whitespace -v
|
||||||
|
|
Loading…
Reference in a new issue