s3store: Exclude aws-sdk-go examples from build

These examples are not compatible with old Go versions.
See https://travis-ci.org/tus/tusd/jobs/535001180#L508
This commit is contained in:
Marius 2019-05-20 22:52:15 +02:00
parent 774cd3800d
commit 12914032e5
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ else
fi
# Install the AWS SDK which is explicitly not vendored
go get -u github.com/aws/aws-sdk-go/...
go get -u github.com/aws/aws-sdk-go/service/s3
go get -u github.com/aws/aws-sdk-go/aws/...
# Test all packages which are allowed on all Go versions
go test $packages