valgrind parameter is not understood in travis

This commit is contained in:
Niels 2015-01-06 18:57:44 +01:00
parent 43a85be471
commit d84f8ebb02

View file

@ -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