1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-09-26 12:24:06 +00:00

.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 <wking@tremily.us>
This commit is contained in:
W. Trevor King 2017-03-21 12:27:53 -07:00
parent 9b7297d813
commit 2e3c157f4b

View file

@ -23,4 +23,5 @@ script:
- go vet -x ./...
- golint ./...
- go build .
- go test -v ./...
- go test -v ./...
- ./git-validation -run DCO,short-subject,dangling-whitespace -v