valgrind + full unit tests takes too long

This commit is contained in:
Niels 2016-08-10 21:33:03 +02:00
parent 1c4ca6d7b1
commit 5db41313ba

View file

@ -39,7 +39,7 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: [g++-4.9, valgrind]
after_success:
- valgrind --error-exitcode=1 --leak-check=full test/json_unit -s "*" ;
- valgrind --error-exitcode=1 --leak-check=full test/json_unit
# Coveralls