From 54c78d4c61e271ad040c69521a209a9e113ddb2a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 May 2014 15:19:54 +0200 Subject: [PATCH] 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 --- .travis/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5