From: Guy Harris Date: Wed, 23 May 2018 21:13:12 +0000 (-0700) Subject: We got the answer from the temporary hack, so remove it. X-Git-Tag: libpcap-1.9-bp~25 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/32c058f61473e8312c4fc8bb15aff4d32e2f9beb We got the answer from the temporary hack, so remove it. --- diff --git a/.travis.yml b/.travis.yml index 0f9aa7da..c4654014 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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