From b098fd158927c01c8695fa065e74161ebbee3584 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Mon, 9 Apr 2018 21:57:42 +0200 Subject: [PATCH] Edit travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a295dd0..b341e7a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -222,7 +222,7 @@ script: - cd build_directory - cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} —DDOUBLE_PRECISION_ENABLED=${DOUBLE_PRECISION} -DCOMPILE_TESTS=True -DLOGS_ENABLE=${LOGGER} -DPROFILING_ENABLED=${PROFILER} -DCODE_COVERAGE_ENABLED=${CODE_COVERAGE} ../ - make && make test ARGS="-V" - - if ["${VALGRIND}" == "True" ]; then + - if [ "${VALGRIND}" == "True" ]; then valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode test/tests fi