diff --git a/.travis.yml b/.travis.yml index 1c26990f..f32a680d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,7 @@ script: - cmake -D STATIC=$STATIC -D BENCHMARKS=$BENCHMARKS -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug .. - cmake --build . - ./tests/xlnt.test - - cd .. after_success: - - lcov --compat-libtool --directory build --capture --output-file coverage.info + - lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info - coveralls-lcov coverage.info