Commit d84f8ebb authored by Niels's avatar Niels

valgrind parameter is not understood in travis

parent 43a85be4
......@@ -18,7 +18,7 @@ before_script:
script:
- make
- ./json_unit
- valgrind --error-exitcode=1 --leak-check=full --errors-for-leak-kinds=definite,possible ./json_unit
- valgrind --error-exitcode=1 --leak-check=full ./json_unit
after_success:
- make clean
......
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