From: Daniel Stenberg Date: Thu, 14 Feb 2019 15:13:27 +0000 (+0100) Subject: travis: enable valgrind for the iconv tests too X-Git-Tag: curl-7_64_1~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e08b415f4246485a1f5b4c2b9d6d4167cb41b54;p=thirdparty%2Fcurl.git travis: enable valgrind for the iconv tests too Closes #3571 --- diff --git a/.travis.yml b/.travis.yml index a0a7c70126..5654d77e3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -349,7 +349,7 @@ script: source .travis-iconv-env.sh ./configure --enable-debug --enable-werror $C make && make examples - make TFLAGS=-n test-nonflaky + make test-nonflaky fi - | set -eo pipefail