diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 16:13:27 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 16:13:27 +0100 |
commit | a053b2ea1f5bfc4539dcf02e714d279ae27ae634 (patch) | |
tree | 3b4459c9d0010145306220b3d627ca967615a724 | |
parent | 539d17b0de923b9a122f551fddac2a82ed95d9b2 (diff) | |
download | curl-bagder/travis-iconv-valgrind.tar.gz |
travis: enable valgrind for the iconv tests toobagder/travis-iconv-valgrind
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d49d8f13a..7949dd7a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -345,7 +345,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 |