Skip to content

Commit aa525b3

Browse files
committed
Rollup merge of rust-lang#55573 - kennytm:macos-aws, r=alexcrichton
Make sure the `aws` executable is in $PATH on macOS Fixes rust-lang#55571
2 parents 8f4b86d + a854677 commit aa525b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ matrix:
200200
before_install:
201201
# We'll use the AWS cli to download/upload cached docker layers as well as
202202
# push our deployments, so download that here.
203-
- pip install --user awscli; export PATH=$PATH:$HOME/.local/bin
203+
- pip install --user awscli; export PATH=$PATH:$HOME/.local/bin:$HOME/Library/Python/2.7/bin/
204204
- mkdir -p $HOME/rustsrc
205205
# FIXME(#46924): these two commands are required to enable IPv6,
206206
# they shouldn't exist, please revert once more official solutions appeared.

0 commit comments

Comments
 (0)