Do not run test verbose on AppVeyor

This commit is contained in:
Marius 2016-01-17 15:55:00 +01:00
parent 882214982d
commit 1e40295e88
1 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,8 @@ build_script:
- go version
test_script:
- go test -v .
- go test -v ./filestore
- go test -v ./limitedstore
- go test -v ./memorylicker
- go test -v ./s3store
- go test .
- go test ./filestore
- go test ./limitedstore
- go test ./memorylocker
- go test ./s3store