mirror of https://github.com/ceph/go-ceph
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:
parent
d63c6698c2
commit
722a5ff06f
|
@ -20,6 +20,7 @@ before_install:
|
|||
script:
|
||||
- go get -t -v ./...
|
||||
- go test -v ./...
|
||||
- go fmt ./...
|
||||
|
||||
notifications:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in New Issue