Skip to content

Commit

Permalink
travis: disable valgrind in the tests (for now at least)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 2, 2017
1 parent 0c48850 commit 5b32117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -55,14 +55,14 @@ script:
if [ "$BUILD_TYPE" = "coverage" ]; then
./configure --enable-debug --disable-shared --enable-code-coverage
make
make test-nonflaky
make TFLAGS=-n test-nonflaky
coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp'
fi
- |
if [ "$BUILD_TYPE" = "normal" ]; then
./configure --enable-debug
make
make test-nonflaky
make TFLAGS=-n test-nonflaky
fi
- |
if [ "$BUILD_TYPE" = "cmake" ]; then
Expand Down

0 comments on commit 5b32117

Please sign in to comment.