]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Revert "added libyaml-perl to list of packages for Linux"
authorMichael Richardson <[email protected]>
Mon, 3 Feb 2020 20:31:54 +0000 (21:31 +0100)
committerDenis Ovsienko <[email protected]>
Tue, 4 Feb 2020 22:19:17 +0000 (22:19 +0000)
This reverts commit 1e842e24abfadaa0cadbd82ea89fe3170ddb3193.

.travis.yml

index ae2734a7371dde9421f9c28e4f846e595fb98162..ae9d06ee2a7e59b13e4ce5d6de28e4f57447b09f 100644 (file)
@@ -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