1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

travis: run go vet

This commit is contained in:
Vladimir Mihailenco
2016-11-06 13:29:32 +02:00
parent 80cf5d1652
commit ae523dd552
4 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
all: testdeps
go test ./...
go test ./... -short -race
go vet
testdeps: testdata/redis/src/redis-server