Merge pull request from vbatts/check_commits_for_whitespace

travis: check commits for whitespace errors
This commit is contained in:
Mrunal Patel 2016-04-13 09:35:58 -07:00
commit 93a6ffdcd9
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ install: true
script:
- go vet -x ./...
- make .golint
- $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
- $HOME/gopath/bin/git-validation -run DCO,short-subject,dangling-whitespace -v -range ${TRAVIS_COMMIT_RANGE}