Edit travis file

This commit is contained in:
Daniel Chappuis 2018-04-10 22:48:31 +02:00
parent b539ce2997
commit 05d058617f

View File

@ -229,7 +229,6 @@ script:
- make && make test ARGS="-V" - make && make test ARGS="-V"
- if [ "${VALGRIND}" == "True" ]; then - if [ "${VALGRIND}" == "True" ]; then
echo "Test" echo "Test"
#valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode test/tests
fi fi
after_success: after_success: