Merge pull request #430 from rjnagal/docs
Add travis check for go files boilerplate.
This commit is contained in:
commit
c7dd9a0da1
@ -12,6 +12,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- ./deploy/check_gofmt.sh .
|
- ./deploy/check_gofmt.sh .
|
||||||
|
- ./hooks/check_boilerplate.sh
|
||||||
- go vet github.com/google/cadvisor/...
|
- go vet github.com/google/cadvisor/...
|
||||||
- godep go test -v -race -test.short github.com/google/cadvisor/...
|
- godep go test -v -race -test.short github.com/google/cadvisor/...
|
||||||
- godep go build github.com/google/cadvisor
|
- godep go build github.com/google/cadvisor
|
||||||
|
Loading…
Reference in New Issue
Block a user