From: Daniel Stenberg Date: Fri, 7 Jul 2017 12:46:17 +0000 (+0200) Subject: travis: detect and use valgrind for normal builds X-Git-Tag: curl-7_55_0~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b78f7c23dd147cab43347ff8720411802a66c7a;p=curl travis: detect and use valgrind for normal builds Closes #1653 --- diff --git a/.travis.yml b/.travis.yml index bf9ff1785..db2206bfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ script: if [ "$BUILD_TYPE" = "normal" ]; then ./configure --enable-werror make - make TFLAGS=-n test-nonflaky + make test-nonflaky fi - | if [ "$BUILD_TYPE" = "cmake" ]; then