From 93b29b866af6b7f6ccabc39957ca8d6bb26e2189 Mon Sep 17 00:00:00 2001 From: Rohit Jnagal Date: Fri, 9 Jan 2015 19:39:56 +0000 Subject: [PATCH] Add travis check for go files boilerplate. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4650d3cb..97dd1c7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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