Skip to content

Commit

Permalink
Auto merge of rust-lang#55823 - alexcrichton:beta-next, r=alexcrichton
Browse files Browse the repository at this point in the history
[beta] Make sure the installed `awscli` is found on macOS.

This is a backport of rust-lang#55573 which...

Closes rust-lang#55817
  • Loading branch information
bors committed Nov 10, 2018
2 parents bf00632 + bf0aecc commit bee06e3
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 bee06e3

Please sign in to comment.