OSX worker already got boost and cmake installed

This commit is contained in:
Mikal Villa 2016-03-29 15:30:06 +02:00
parent bbba01da92
commit 06a4e6c323

View File

@ -27,7 +27,7 @@ compiler:
- clang
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install boost openssl miniupnpc cmake ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl miniupnpc ; fi
env:
matrix:
- BUILD_TYPE=Release UPNP=ON