1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

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

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