diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-07-07 14:46:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-07-07 16:58:08 +0200 |
commit | 8b78f7c23dd147cab43347ff8720411802a66c7a (patch) | |
tree | b03c8767ce7b741dfe309226ff36622c09fcc159 /.travis.yml | |
parent | 7bcaa1aa2754bd9d04bdaf380ae010c59f1af68a (diff) | |
download | curl-8b78f7c23dd147cab43347ff8720411802a66c7a.tar.gz |
travis: detect and use valgrind for normal builds
Closes #1653
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 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 |