Browse Source

OSX worker already got boost and cmake installed

pull/454/head
Mikal Villa 8 years ago
parent
commit
06a4e6c323
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save