Merge pull request #430 from rjnagal/docs

Add travis check for go files boilerplate.
This commit is contained in:
Victor Marmol 2015-01-09 11:47:10 -08:00
commit c7dd9a0da1

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