From 6e09b75032a7cc9da6598ad3f1ebf950838fc4c5 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Wed, 5 Oct 2016 16:39:49 +1100 Subject: [PATCH] Fix TravisCI for macOS build Travis updated the macOS build server to El Capitan, which means it has SIP now. Prefix changed to /usr/local to mitigate this --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8636f9aa..f6b78ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ os: before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PREFIX=/usr/local ; fi script: - sudo make install