diff options
| author | 2016-08-01 09:50:40 +0200 | |
|---|---|---|
| committer | 2016-08-01 09:50:40 +0200 | |
| commit | 18fd234f73188f400169cc1473085cfc91c2d170 (patch) | |
| tree | 50310e2106df843eb4504668992851eae18a6194 | |
| parent | m_ssl_openssl Verify DH params being non-NULL before setting it on the context (diff) | |
| parent | Force link sqlite3 on OS X when doing Travis builds. (diff) | |
Merge pull request #1191 from SaberUK/insp20+travis
[2.0] Force link sqlite3 on OS X when doing Travis builds.
| -rwxr-xr-x | tools/travis-ci.sh | 1 |
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 |
