summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-08-01 09:50:40 +0200
committerGitHub <noreply@github.com>2016-08-01 09:50:40 +0200
commit18fd234f73188f400169cc1473085cfc91c2d170 (patch)
tree50310e2106df843eb4504668992851eae18a6194
parent1f25ec70d144d85e28ec4d2769fefd8abb00cbca (diff)
parentfe3b48692af9d633da2e92b581f5ad859788f423 (diff)
Merge pull request #1191 from SaberUK/insp20+travis
[2.0] Force link sqlite3 on OS X when doing Travis builds.
-rwxr-xr-xtools/travis-ci.sh1
1 files changed, 1 insertions, 0 deletions
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