Travis: Disable Valgrind in GCC build. #2806

With Valgrind, the GCC build frequently passed the 50 min timeout on
Travis.
This commit is contained in:
Florian Walch
2015-06-08 19:28:32 +03:00
parent 9995f15a98
commit 232c40b40a

View File

@@ -2,11 +2,12 @@
sudo pip install cpp-coveralls sudo pip install cpp-coveralls
if [ "$TRAVIS_OS_NAME" = "linux" ]; then # FIXME: Valgrind temporarily disabled (Timeouts on Travis).
sudo apt-get install valgrind # if [ "$TRAVIS_OS_NAME" = "linux" ]; then
export VALGRIND=1 # sudo apt-get install valgrind
export VALGRIND_LOG="$tmpdir/valgrind-%p.log" # export VALGRIND=1
fi # export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
# fi
setup_deps x64 setup_deps x64