From: Vincent Bernat Date: Tue, 4 Nov 2014 21:06:49 +0000 (+0100) Subject: travis: travis comes with autotools and friends already installed X-Git-Tag: 0.7.12~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f10b8dd3a2d202cef4fe66778287ef1c017fc3;p=thirdparty%2Flldpd.git 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. --- 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 ;; *)