]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: travis comes with autotools and friends already installed
authorVincent Bernat <vincent@bernat.im>
Tue, 4 Nov 2014 21:06:49 +0000 (22:06 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 4 Nov 2014 21:06:49 +0000 (22:06 +0100)
If they are not quite up-to-date, we get an error, so don't try to
install them.

.travis/install.sh

index eb52b7711a7ccd17fccc6601dabc115b84c0249a..078ecaa4644e0f57a5aaaf9f2e773514b8d60d19 100755 (executable)
@@ -20,9 +20,7 @@ case "$(uname -s)" in
     Darwin)
         # OS X
         brew update
-        brew install \
-            pkg-config autoconf automake libtool \
-            readline libevent jansson libxml2 check
+        brew install libevent jansson libxml2 check
         brew install net-snmp --devel
         ;;
     *)