From 9b6301562693814deb46553a4f06aa04177f348d Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 17 Nov 2016 11:17:53 +0100 Subject: [PATCH] Disable debou output for lcov call in travis config. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4