From: Vincent Bernat Date: Thu, 15 May 2014 13:19:54 +0000 (+0200) Subject: travis: use devel version of net-snmp on OSX X-Git-Tag: 0.7.9~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54c78d4c61e271ad040c69521a209a9e113ddb2a;p=thirdparty%2Flldpd.git travis: use devel version of net-snmp on OSX The current stable version does not work with Mavericks. See: https://github.com/Homebrew/homebrew/issues/25097 --- diff --git a/.travis/install.sh b/.travis/install.sh index a51bc272..2bfedced 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -10,7 +10,8 @@ case "$(uname -s)" in brew update brew install \ pkg-config autoconf automake libtool \ - readline libevent net-snmp jansson libxml2 check + readline libevent jansson libxml2 check + brew install net-snmp --devel ;; *) # Linux