From 8bd9fadeea2bafe37fdffea00a8c901a4d707237 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 16 Nov 2016 21:43:22 +0100 Subject: [PATCH] Check assimp.dir folder. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5d95eb..e3afdd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ after_success: - cd ${TRAVIS_BUILD_DIR} - pwd - ls - - cd code/CMakeFiles/;ls + - cd code/CMakeFiles/;ls assimp.dir - lcov --directory code/CMakeFiles/assimp.dir/ --capture --output-file coverage.info - lcov --remove coverage.info 'contrib/*' '/usr/*' --output-file coverage.info - lcov --list coverage.info -- 2.7.4