1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-11-25 17:45:40 +00:00

Merge pull request #18 from wking/dogfood

.travis.yml: Dogfood git-validation
This commit is contained in:
Vincent Batts 2017-03-21 17:48:39 -04:00 committed by GitHub
commit af669a5d2b

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