Skip to content

Commit

Permalink
Revert Travis to xcode 7.3 to ignore pip issue for now
Browse files Browse the repository at this point in the history
 - Issue to correct this is greatscottgadgets#438
  • Loading branch information
dominicgs committed Dec 7, 2017
1 parent 94cd63f commit aa9af94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ matrix:
compiler: gcc
- os: linux
compiler: clang
include:
- os: osx
osx_image: xcode7.3

before_script:
- export CFLAGS="-Wall -Wextra -Werror"
Expand All @@ -31,7 +34,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
- pip2 install PyYAML
- pip install PyYAML

script:
- mkdir host/build
Expand Down

0 comments on commit aa9af94

Please sign in to comment.