mirror of
https://github.com/nlohmann/json
synced 2024-11-23 12:30:06 +00:00
valgrind parameter is not understood in travis
This commit is contained in:
parent
43a85be471
commit
d84f8ebb02
@ -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 New Issue
Block a user