Call go fmt in travis

Not all checks are passing yet but we should still enforce
the most basic one.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2017-03-21 23:36:18 -07:00
parent 26fe49a7bc
commit 7473b2125a
2 changed files with 10 additions and 9 deletions

View File

@ -21,6 +21,7 @@ install:
- export PATH=$PATH:/tmp/protobuf/bin/
script:
- make fmt
- make binaries
- make coverage
- sudo PATH=$PATH GOPATH=$GOPATH make root-coverage