appveyor: remove verbose mode as output is truncated, and I can't see what's wrong

pull/7501/head
Adrien Delorme 7 years ago
parent a2cc2532ea
commit 6fe6c08b4d

@ -27,7 +27,7 @@ build_script:
- git rev-parse HEAD
# go test $(go list ./... | grep -v vendor)
- ps: |
go.exe test -v -timeout=2m (go.exe list ./... `
go.exe test -timeout=2m (go.exe list ./... `
|? { -not $_.Contains('/vendor/') } `
|? { $_ -ne 'github.com/hashicorp/packer/builder/parallels/common' } `
|? { $_ -ne 'github.com/hashicorp/packer/provisioner/ansible' })

Loading…
Cancel
Save