We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f4b86d + a854677 commit aa525b3Copy full SHA for aa525b3
.travis.yml
@@ -200,7 +200,7 @@ matrix:
200
before_install:
201
# We'll use the AWS cli to download/upload cached docker layers as well as
202
# push our deployments, so download that here.
203
- - 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/
204
- mkdir -p $HOME/rustsrc
205
# FIXME(#46924): these two commands are required to enable IPv6,
206
# they shouldn't exist, please revert once more official solutions appeared.
0 commit comments