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:
parent
26fe49a7bc
commit
7473b2125a
2 changed files with 10 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue