Skip to content

Commit

Permalink
s3store: Exclude aws-sdk-go examples from build
Browse files Browse the repository at this point in the history
These examples are not compatible with old Go versions.
See https://travis-ci.org/tus/tusd/jobs/535001180#L508
  • Loading branch information
Acconut committed May 20, 2019
1 parent 774cd38 commit 1291403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1291403

Please sign in to comment.