]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/travis-ci.sh
Fix exposing the ban reason when an xline is found in the bancache.
[user/henk/code/inspircd.git] / tools / travis-ci.sh
index 6fb6f22ca0058d9d650ca01753790a489c30f7d7..42b07fa251a37003384dba0059896d76bee3a8aa 100755 (executable)
@@ -4,10 +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
 else
        >&2 echo "'$TRAVIS_OS_NAME' is an unknown Travis CI environment!"
        exit 1