1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-31 02:20:28 +00:00

travis: more strict golint

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-07-21 13:40:48 -04:00
parent 52a31746bf
commit 3c52e89277
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ install: true
script:
- go vet -x ./...
- golint ./...
- golint -set_exit_status ./...
- go test -v ./...