summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-14 16:13:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-15 09:11:20 +0100
commit9e08b415f4246485a1f5b4c2b9d6d4167cb41b54 (patch)
treee80819f8266169356dcba3618adb7cc3f9d98e9a
parent8ae3db510bc0a80b2baa9b36a9e436dd728c3bbb (diff)
downloadcurl-9e08b415f4246485a1f5b4c2b9d6d4167cb41b54.tar.gz
travis: enable valgrind for the iconv tests too
Closes #3571
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a0a7c7012..5654d77e3 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