Skip to content

Commit bf0aecc

Browse files
kennytmalexcrichton
authored andcommitted
Make sure the installed awscli is found on macOS.
1 parent bf00632 commit bf0aecc

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)