From fe3b48692af9d633da2e92b581f5ad859788f423 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 28 Jul 2016 15:32:13 +0100 Subject: Force link sqlite3 on OS X when doing Travis builds. The system version of this library does not include support for pkg-config. --- tools/travis-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/travis-ci.sh b/tools/travis-ci.sh index 6fb6f22ca..6dbc82300 100755 --- a/tools/travis-ci.sh +++ b/tools/travis-ci.sh @@ -8,6 +8,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ] then brew update brew install geoip gnutls mysql-connector-c openssl pcre postgresql sqlite3 tre + brew link sqlite3 --force else >&2 echo "'$TRAVIS_OS_NAME' is an unknown Travis CI environment!" exit 1 -- cgit v1.2.3