From 20f10b8dd3a2d202cef4fe66778287ef1c017fc3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 4 Nov 2014 22:06:49 +0100 Subject: [PATCH] travis: travis comes with autotools and friends already installed If they are not quite up-to-date, we get an error, so don't try to install them. --- .travis/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index eb52b771..078ecaa4 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -20,9 +20,7 @@ case "$(uname -s)" in Darwin) # OS X brew update - brew install \ - pkg-config autoconf automake libtool \ - readline libevent jansson libxml2 check + brew install libevent jansson libxml2 check brew install net-snmp --devel ;; *) -- 2.39.5