Trying to fix broken builds on 10.7. Works fine on local 10.11

This commit is contained in:
Mikal Villa 2016-03-29 16:01:07 +02:00
parent 06a4e6c323
commit c7d55ad858

View File

@ -28,6 +28,7 @@ compiler:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl miniupnpc ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink boost openssl && brew link boost openssl -f ; fi
env:
matrix:
- BUILD_TYPE=Release UPNP=ON