Skip to content

Commit 17ff393

Browse files
committed
Check for vet errors in all directories.
1 parent aee5c36 commit 17ff393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ script:
1313
- export PATH=$PATH:$HOME/gopath/bin
1414
- godep go test -v -race -test.short github.com/google/cadvisor/...
1515
- godep go build github.com/google/cadvisor
16-
- go vet github.com/google/cadvisor
16+
- go vet github.com/google/cadvisor/...

0 commit comments

Comments
 (0)