mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 03:46:26 +00:00
valgrind parameter is not understood in travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user