Disable verbose testing on CI

This commit is contained in:
Marius 2016-10-13 16:45:19 +02:00
parent df378704ce
commit 58f7065e61
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ fi
go get -u github.com/aws/aws-sdk-go/...
# Test all packages which are allowed on all Go versions
go test -v $packages
go test $packages