Commit 5db41313 authored by Niels's avatar Niels

valgrind + full unit tests takes too long

parent 1c4ca6d7
...@@ -39,7 +39,7 @@ matrix: ...@@ -39,7 +39,7 @@ matrix:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
packages: [g++-4.9, valgrind] packages: [g++-4.9, valgrind]
after_success: after_success:
- valgrind --error-exitcode=1 --leak-check=full test/json_unit -s "*" ; - valgrind --error-exitcode=1 --leak-check=full test/json_unit
# Coveralls # Coveralls
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment