travis: Removed pcre installation on OS X builds
This commit is contained in:
parent
4d6d741357
commit
9ea35ee4d4
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue