]> granicus.if.org Git - curl/commitdiff
travis: detect and use valgrind for normal builds
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jul 2017 12:46:17 +0000 (14:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jul 2017 14:58:08 +0000 (16:58 +0200)
Closes #1653

.travis.yml

index bf9ff17858b37e3c7415406c001cc5036a8c0124..db2206bfe61f4f443d84acf1865e6b6c272a15f2 100644 (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