diff --git a/.travis.yml b/.travis.yml index 47e2d4f58..7b71caef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,10 @@ go: - 1.5 - tip -script: go test ./... +install: + - go get -d ./... + - go get golang.org/x/tools/cmd/vet + +script: + - go vet ./... + - go test ./...