valgrind + full unit tests takes too long
This commit is contained in:
parent
1c4ca6d7b1
commit
5db41313ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue