From: Francois-Xavier Le Bail Date: Tue, 1 Oct 2019 08:32:28 +0000 (+0200) Subject: Travis CI: The 4.9.3 release needs libpcap 1.9.1 for tests X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c7c79915c7947cce4a5be9e7d192c7686a8f5771 Travis CI: The 4.9.3 release needs libpcap 1.9.1 for tests --- diff --git a/.travis.yml b/.travis.yml index 449c1f4a..df045d99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ install: - if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi | grep -v '%'; fi before_script: - - if [ "$BUILD_LIBPCAP" = true ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth=50 --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make); fi + - if [ "$BUILD_LIBPCAP" = true ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth=50 --branch=libpcap-1.9.1 --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make); fi script: - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then touch .devel configure; fi