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:
parent
774cd3800d
commit
12914032e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue