diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 16:13:27 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-15 09:11:20 +0100 |
commit | 9e08b415f4246485a1f5b4c2b9d6d4167cb41b54 (patch) | |
tree | e80819f8266169356dcba3618adb7cc3f9d98e9a /.travis.yml | |
parent | 8ae3db510bc0a80b2baa9b36a9e436dd728c3bbb (diff) | |
download | curl-9e08b415f4246485a1f5b4c2b9d6d4167cb41b54.tar.gz |
travis: enable valgrind for the iconv tests too
Closes #3571
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |