]> The Tcpdump Group git mirrors - libpcap/commitdiff
OK, we got what we wanted, remove the extra printouts.
authorGuy Harris <[email protected]>
Thu, 24 May 2018 18:51:11 +0000 (11:51 -0700)
committerGuy Harris <[email protected]>
Thu, 24 May 2018 18:51:11 +0000 (11:51 -0700)
.travis.yml

index eec8f43faae36d69fca553d6e48ef996a341e599..c4654014910847a5816b887c5d273baa56590bde 100644 (file)
@@ -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