Added pcre installation on OS X builds

This commit is contained in:
Snaipe 2016-01-16 21:29:19 +01:00
parent 55187c7f59
commit 33757e01db

View file

@ -93,7 +93,11 @@ matrix:
- compiler: gcc
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- |
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install pcre
fi
- |
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "clang" ]; then
brew unlink cmake