Skip to content

Commit acfe805

Browse files
committed
Update .travis.yml to install 'transfer' package in AWS SDK
1 parent f77f020 commit acfe805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_script:
3232
# more FDs than the default limit.
3333
- ulimit -n 8192
3434
- pushd /tmp && wget https://github.com/aws/aws-sdk-cpp/archive/1.3.50.tar.gz -O /tmp/aws-sdk.tar.gz && tar -xvf /tmp/aws-sdk.tar.gz > /dev/null && popd
35-
- pushd /tmp/aws-sdk-cpp-1.3.50 && cmake -DBUILD_ONLY="s3;kinesis" . && make -j4 all && sudo make install && popd
35+
- pushd /tmp/aws-sdk-cpp-1.3.50 && cmake -DBUILD_ONLY="s3;kinesis;transfer" . && make -j4 all && sudo make install && popd
3636
# Install librdkafka
3737
- LIBRDKAFKA_VERSION=0.11.3
3838
- wget https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz

0 commit comments

Comments
 (0)