From 151ed0cd97080c7e41dfb3677bccfe94fdb8742c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 21 May 2015 07:13:50 +0200 Subject: [PATCH] travis: don't install libtool/autoconf/automake They are altready installed through homebrew. --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index b742e4cc..78f43735 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -20,7 +20,7 @@ case "$(uname -s)" in Darwin) # OS X brew update - brew install libtool autoconf automake libevent jansson libxml2 check net-snmp + brew install libevent jansson libxml2 check net-snmp ;; *) # Linux -- 2.39.5