From 1c33d68dec1c50987aacfaa19512f25d7d22c503 Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Mon, 4 Dec 2017 08:00:00 -0700 Subject: [PATCH] Use pip2 rather than pip because it's not available with xcode 8.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15a838da..d9ddb348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar xf gcc-arm-none-eabi.tar.bz2; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export PATH=$PATH:$PWD/gcc-arm-none-eabi-6-2017-q2-update/bin; fi # For virtualenv(?) reasons we can't apt-get install python-yaml - - pip install PyYAML + - pip2 install PyYAML script: - mkdir host/build