Skip to content

Commit b4e2a47

Browse files
committed
.travis.yml: Add '-set_exit_status' to golint invocation
So Travis tells us when golint finds something suspicious. Signed-off-by: W. Trevor King <[email protected]>
1 parent e6a550d commit b4e2a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install: true
2222

2323
script:
2424
- go vet -x ./...
25-
- golint ./...
25+
- golint -set_exit_status ./...
2626
- go build .
2727
- go test -v ./...
2828
- ./git-validation -run DCO,short-subject,dangling-whitespace -v

0 commit comments

Comments
 (0)