Add travis check for go files boilerplate.

This commit is contained in:
Rohit Jnagal 2015-01-09 19:39:56 +00:00
parent 55fceed402
commit 93b29b866a

View File

@ -12,6 +12,7 @@ before_script:
script:
- export PATH=$PATH:$HOME/gopath/bin
- ./deploy/check_gofmt.sh .
- ./hooks/check_boilerplate.sh
- go vet github.com/google/cadvisor/...
- godep go test -v -race -test.short github.com/google/cadvisor/...
- godep go build github.com/google/cadvisor