Browse Source

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

pull/454/head
Mikal Villa 9 years ago
parent
commit
c7d55ad858
  1. 1
      .travis.yml

1
.travis.yml

@ -28,6 +28,7 @@ compiler: @@ -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

Loading…
Cancel
Save