Skip to content

Commit

Permalink
travis: detect and use valgrind for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 7, 2017
1 parent 45f3994 commit 840630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 840630e

Please sign in to comment.