From: Kim Kulling Date: Thu, 17 Nov 2016 10:17:53 +0000 (+0100) Subject: Disable debou output for lcov call in travis config. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b6301562693814deb46553a4f06aa04177f348d;p=platform%2Fupstream%2Fassimp.git Disable debou output for lcov call in travis config. --- diff --git a/.travis.yml b/.travis.yml index c19cf45..bf746e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,9 +47,9 @@ script: after_success: - cd ${TRAVIS_BUILD_DIR} - - pwd - - ls - - cd code/CMakeFiles/;ls assimp.dir + #- pwd + #- ls + #- cd code/CMakeFiles/;ls assimp.dir - lcov --directory . --capture --output-file coverage.info - lcov --remove coverage.info 'contrib/*' '/usr/*' --output-file coverage.info - lcov --list coverage.info