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/ - export PATH=$PATH:/tmp/protobuf/bin/
script: script:
- make fmt
- make binaries - make binaries
- make coverage - make coverage
- sudo PATH=$PATH GOPATH=$GOPATH make root-coverage - sudo PATH=$PATH GOPATH=$GOPATH make root-coverage