From dc39b0f2e9f8266eb900ef9eb864f1cd2ab0c670 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 15 Feb 2017 08:12:18 +0100 Subject: [PATCH] travis: don't install libevent and net-snmp on OSX They seem to be already present in Travis environment. --- tests/ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/install.sh b/tests/ci/install.sh index 3da09c6f..44cc741a 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -8,7 +8,7 @@ case "$(uname -s)" in # Workaround a bug in Travis: # https://github.com/Homebrew/legacy-homebrew/issues/43874 brew uninstall libtool - brew install libtool libevent jansson libxml2 check net-snmp + brew install libtool jansson libxml2 check ;; Linux) # We prefer gcc-5 -- 2.39.2