add gofmt verify in CI

Signed-off-by: Crazykev <crazykev@zju.edu.cn>
This commit is contained in:
Crazykev 2016-12-14 19:31:24 +08:00
parent 1d08519ffe
commit 3fa48e54ff
3 changed files with 27 additions and 0 deletions

View file

@ -17,6 +17,7 @@ before_script:
script:
- make .gitvalidation
- make gofmt
- make lint
- make integration
- make docs