Temporarily remove valgrind check in travis build

This commit is contained in:
Thiago de Arruda
2014-02-26 15:57:27 -03:00
parent cb9a368445
commit c002ffe2f3
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh -e
export VALGRIND_CHECK=1
# export VALGRIND_CHECK=1
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
make
make test > /dev/null 2>&1
make test
make install