summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-12-02 14:04:30 +0000
committerPeter Powell <petpow@saberuk.com>2016-12-02 14:04:47 +0000
commitb68ba97cf97ffd5aa06a7dd86ad86c71e852413d (patch)
tree8c7e9d536229d6bd8dd701aed2eb9ff37d695d05 /tools
parent491340999d4e8eefa99f15259fadc2af914dd733 (diff)
Backport the master Travis changes to insp20.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci.sh5
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