summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-07-07 14:46:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-07-07 16:58:08 +0200
commit8b78f7c23dd147cab43347ff8720411802a66c7a (patch)
treeb03c8767ce7b741dfe309226ff36622c09fcc159
parent7bcaa1aa2754bd9d04bdaf380ae010c59f1af68a (diff)
downloadcurl-8b78f7c23dd147cab43347ff8720411802a66c7a.tar.gz
travis: detect and use valgrind for normal builds
Closes #1653
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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