Skip to content

Commit af669a5

Browse files
authored
Merge pull request #18 from wking/dogfood
.travis.yml: Dogfood git-validation
2 parents 9b7297d + 2e3c157 commit af669a5

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)