Skip to content

Commit

Permalink
travis: check commits for whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatts authored and Ma Shimiao committed Aug 18, 2016
1 parent c3e1590 commit 24aa9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 24aa9a1

Please sign in to comment.