Remove commented code.

pull/1070/head
Kim Kulling 2016-11-17 19:11:28 +01:00
parent 0f2ed2c449
commit 46a022520f
1 changed files with 1 additions and 4 deletions

View File

@ -47,11 +47,8 @@ script:
after_success:
- cd ${TRAVIS_BUILD_DIR}
#- pwd
#- ls
#- cd code/CMakeFiles/;ls assimp.dir
- lcov --directory . --capture --output-file coverage.info
- lcov --remove coverage.info 'contrib/*' 'test/*' --output-file coverage.info
- lcov --remove coverage.info '/usr/*' 'contrib/*' 'test/*' --output-file coverage.info
- lcov --list coverage.info
- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info