From 2e3c157f4b4f9d2d3640089b245d0700c8b9ab01 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 21 Mar 2017 12:27:53 -0700 Subject: [PATCH] .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 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b053bff..683f5f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ script: - go vet -x ./... - golint ./... - go build . - - go test -v ./... \ No newline at end of file + - go test -v ./... + - ./git-validation -run DCO,short-subject,dangling-whitespace -v