Commit d84f8ebb by Niels

valgrind parameter is not understood in travis

parent 43a85be4
...@@ -18,7 +18,7 @@ before_script: ...@@ -18,7 +18,7 @@ before_script:
script: script:
- make - make
- ./json_unit - ./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: after_success:
- make clean - 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