travis: detect and use valgrind for normal builds

Closes #1653
This commit is contained in:
Daniel Stenberg 2017-07-07 14:46:17 +02:00
parent 7bcaa1aa27
commit 8b78f7c23d
1 changed files with 1 additions and 1 deletions

View File

@ -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