Skip to content

Commit

Permalink
Rollup merge of rust-lang#55573 - kennytm:macos-aws, r=alexcrichton
Browse files Browse the repository at this point in the history
Make sure the `aws` executable is in $PATH on macOS

Fixes rust-lang#55571
  • Loading branch information
kennytm committed Nov 1, 2018
2 parents 8f4b86d + a854677 commit aa525b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ matrix:
before_install:
# We'll use the AWS cli to download/upload cached docker layers as well as
# push our deployments, so download that here.
- pip install --user awscli; export PATH=$PATH:$HOME/.local/bin
- pip install --user awscli; export PATH=$PATH:$HOME/.local/bin:$HOME/Library/Python/2.7/bin/
- mkdir -p $HOME/rustsrc
# FIXME(#46924): these two commands are required to enable IPv6,
# they shouldn't exist, please revert once more official solutions appeared.
Expand Down

0 comments on commit aa525b3

Please sign in to comment.