travis: Removed pcre installation on OS X builds

This commit is contained in:
Snaipe 2016-07-23 23:57:05 +02:00
parent 4d6d741357
commit 9ea35ee4d4

View file

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