From b68ba97cf97ffd5aa06a7dd86ad86c71e852413d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 2 Dec 2016 14:04:30 +0000 Subject: Backport the master Travis changes to insp20. --- tools/travis-ci.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3