valgrind parameter is not understood in travis
This commit is contained in:
parent
43a85be471
commit
d84f8ebb02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue