From b02994d092faae574c4b87f516f6d7928f739da2 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 23 Sep 2015 15:37:00 -0400 Subject: Add more CI checks forcing code cleanliness --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c4d88e3..c40fb69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,12 @@ go: - 1.3 - 1.4 - tip + +install: + - go get github.com/golang/lint/golint + - export PATH=$GOPATH/bin:$PATH + - go install ./... + +script: + - verify/all.sh + - go test ./... -- cgit v1.2.3