From: Vincent Bernat Date: Thu, 15 May 2014 12:46:24 +0000 (+0200) Subject: travis: misc change to trigger a rebuild X-Git-Tag: 0.7.9~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98e2e47549963a485fe1435a5b190d7d2059843f;p=thirdparty%2Flldpd.git travis: misc change to trigger a rebuild --- 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 \