From: Michael Richardson Date: Mon, 3 Feb 2020 20:31:54 +0000 (+0100) Subject: Revert "added libyaml-perl to list of packages for Linux" X-Git-Tag: tcpdump-4.99-bp~563 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c2b0fcfedef2202437e6b7d09615baa7eef4a065 Revert "added libyaml-perl to list of packages for Linux" This reverts commit 1e842e24abfadaa0cadbd82ea89fe3170ddb3193. --- diff --git a/.travis.yml b/.travis.yml index ae2734a7..ae9d06ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,6 @@ addons: - libsmi2-dev - libcap-ng-dev - libpcap-dev - - libyaml-perl git: quiet: true @@ -92,7 +91,7 @@ before_install: - if [ "$TRAVIS_OS_NAME" = linux ]; then sudo update-ca-certificates; fi install: - - if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi cpanminus | grep -v '%'; cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib); cpanm YAML; fi + - if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi | grep -v '%'; fi before_script: - if [ "$BUILD_LIBPCAP" = yes ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth 3 --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure "--${REMOTE}-remote" --prefix=/tmp && make && make install); fi