diff --git a/.travis.yml b/.travis.yml index 300c5d6a..b984b3df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -256,6 +256,7 @@ script: - if [ "${VALGRIND}" == "True" ]; then valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=1 test/tests; fi + - cd ../ - mkdir build_helloworld - cd build_helloworld - cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/