From: Guy Harris Date: Thu, 24 May 2018 18:51:11 +0000 (-0700) Subject: OK, we got what we wanted, remove the extra printouts. X-Git-Tag: libpcap-1.9-bp~22 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/483eac10d40c7dc034a34626dcae8ce56df976b0?ds=inline OK, we got what we wanted, remove the extra printouts. --- diff --git a/.travis.yml b/.travis.yml index eec8f43f..c4654014 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,8 +68,6 @@ install: before_script: script: - - lsb_release -a - - dpkg -l cmake - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then touch .devel configure; fi - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then echo '$ ./configure [...]' && echo -n travis_fold:start:script.configure; fi - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then ./configure --prefix=/tmp "--${REMOTE}-remote"; fi