Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
brew install pcre
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtopus committed Sep 25, 2014
1 parent e2e7fda commit 77605a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/travis/before_install-osx.sh
Expand Up @@ -36,3 +36,10 @@ echo ">>> brew install mysql"
brew install mysql
echo ">>> mysql.server start"
mysql.server start

# Install libpcre on OSX
echo ">>> brew install pcre"
brew install pcre
echo ">>> brew install pcre++"
brew install pcre++

0 comments on commit 77605a5

Please sign in to comment.