- libsmi2-dev
- libcap-ng-dev
- libpcap-dev
- - libyaml-perl
git:
quiet: true
- 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