Skip to content

Commit 2e3c157

Browse files
committed
.travis.yml: Dogfood git-validation
This makes it easier to test the script and avoids leaking dangling whitespace, etc. into the repo. Signed-off-by: W. Trevor King <[email protected]>
1 parent 9b7297d commit 2e3c157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ script:
2323
- go vet -x ./...
2424
- golint ./...
2525
- go build .
26-
- go test -v ./...
26+
- go test -v ./...
27+
- ./git-validation -run DCO,short-subject,dangling-whitespace -v

0 commit comments

Comments
 (0)