diff options
author | Michael Richardson <mcr@sandelman.ca> | 2020-02-03 21:31:54 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-02-04 22:19:17 +0000 |
commit | c2b0fcfedef2202437e6b7d09615baa7eef4a065 (patch) | |
tree | a1280dee1f8c292f853286037947ef8b32b06518 | |
parent | b82970cc33a8faad2288bd452f1d31d0498f8e65 (diff) | |
download | tcpdump-c2b0fcfedef2202437e6b7d09615baa7eef4a065.tar.gz |
Revert "added libyaml-perl to list of packages for Linux"
This reverts commit 1e842e24abfadaa0cadbd82ea89fe3170ddb3193.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |