From 98e2e47549963a485fe1435a5b190d7d2059843f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 May 2014 14:46:24 +0200 Subject: [PATCH] travis: misc change to trigger a rebuild --- .travis/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis/install.sh b/.travis/install.sh index 4a5ec264..a51bc272 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -1,15 +1,19 @@ #!/bin/sh +# Setup dev environment for Travis + set -e case "$(uname -s)" in Darwin) + # OS X brew update brew install \ pkg-config autoconf automake libtool \ readline libevent net-snmp jansson libxml2 check ;; *) + # Linux sudo apt-get -qqy update sudo apt-get -qqy install \ automake autoconf libtool pkg-config \ -- 2.39.5