]> The Tcpdump Group git mirrors - libpcap/commitdiff
We got the answer from the temporary hack, so remove it.
authorGuy Harris <[email protected]>
Wed, 23 May 2018 21:13:12 +0000 (14:13 -0700)
committerGuy Harris <[email protected]>
Wed, 23 May 2018 21:13:12 +0000 (14:13 -0700)
.travis.yml

index 0f9aa7da1d82542de6f0009a52044f03aaa2b6d6..c4654014910847a5816b887c5d273baa56590bde 100644 (file)
@@ -73,7 +73,6 @@ script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then ./configure --prefix=/tmp "--${REMOTE}-remote"; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then mkdir build; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cd build; fi
-  - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cmake --version; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cmake -DCMAKE_INSTALL_PREFIX=/tmp $ENABLE_REMOTE ..; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo -n travis_fold:end:script.configure; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make -s all testprogs; fi