diff options
| author | 2016-12-02 14:04:30 +0000 | |
|---|---|---|
| committer | 2016-12-02 14:04:47 +0000 | |
| commit | b68ba97cf97ffd5aa06a7dd86ad86c71e852413d (patch) | |
| tree | 8c7e9d536229d6bd8dd701aed2eb9ff37d695d05 /tools | |
| parent | Merge pull request #1257 from Adam-/insp20+musl (diff) | |
Backport the master Travis changes to insp20.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/travis-ci.sh b/tools/travis-ci.sh index 6dbc82300..42b07fa25 100755 --- a/tools/travis-ci.sh +++ b/tools/travis-ci.sh @@ -4,11 +4,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" ] then sudo apt-get update --assume-yes sudo apt-get install --assume-yes libgeoip-dev libgnutls-dev libldap2-dev libmysqlclient-dev libpcre3-dev libpq-dev libsqlite3-dev libssl-dev libtre-dev -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 |
