Commit 8b78f7c2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: detect and use valgrind for normal builds

Closes #1653
parent 7bcaa1aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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