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
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo apt-get install valgrind
export VALGRIND=1
export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
fi
# FIXME: Valgrind temporarily disabled (Timeouts on Travis).
# if [ "$TRAVIS_OS_NAME" = "linux" ]; then
# sudo apt-get install valgrind
# export VALGRIND=1
# export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
# fi
setup_deps x64