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 - go version
test_script: test_script:
- go test -v . - go test .
- go test -v ./filestore - go test ./filestore
- go test -v ./limitedstore - go test ./limitedstore
- go test -v ./memorylicker - go test ./memorylocker
- go test -v ./s3store - go test ./s3store