From 0068f4b15e7c5d7e97ea75faa4d042d130d52bec Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 25 Mar 2018 11:52:07 +0200 Subject: [PATCH] chore(ci): Attempt at fixing CI on OS X. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 807c681..127bf6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rust: - stable - nightly before_script: - - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH + - pip2 install 'travis-cargo<0.2' --user && export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH script: - travis-cargo test - travis-cargo build -- --manifest-path examples/drive_example/Cargo.toml