travis: check for go fmt violations for patches

While submitting patches travis will fail if source isn't go fmt'ed

Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
This commit is contained in:
Abhishek Lekshmanan 2015-07-08 14:07:55 +05:30
parent d63c6698c2
commit 722a5ff06f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ before_install:
script:
- go get -t -v ./...
- go test -v ./...
- go fmt ./...
notifications:
recipients: