From: Vincent Bernat Date: Mon, 5 Jan 2015 16:55:26 +0000 (+0100) Subject: travis: use stable NetSNMP from Homebrew X-Git-Tag: 0.7.14~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319ca87dc14f4e92e9341f0c00f2b6a187f51928;p=thirdparty%2Flldpd.git travis: use stable NetSNMP from Homebrew The devel version is not here anymore and the stable one has been upgraded to 5.7.3. --- diff --git a/.travis/install.sh b/.travis/install.sh index 078ecaa4..78f43735 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -20,8 +20,7 @@ case "$(uname -s)" in Darwin) # OS X brew update - brew install libevent jansson libxml2 check - brew install net-snmp --devel + brew install libevent jansson libxml2 check net-snmp ;; *) # Linux