From 319ca87dc14f4e92e9341f0c00f2b6a187f51928 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jan 2015 17:55:26 +0100 Subject: [PATCH] travis: use stable NetSNMP from Homebrew The devel version is not here anymore and the stable one has been upgraded to 5.7.3. --- .travis/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5