]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
publish-toolstate: ping maintainers when a tool builds again
[rust.git] / .travis.yml
index 990cac4dbe98b04621f14d66473ed8d870867317..3d8918095accbe6cb88f90788bceccef7244aa54 100644 (file)
@@ -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.