From 4a5e4039548ad9081782063fa30d21508b6877aa Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Mon, 31 Oct 2016 23:23:29 -0400 Subject: [PATCH] enable coveralls --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68d50c91..e12c55ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,6 @@ script: - cmake -D STATIC=$STATIC -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug .. - cmake --build . - cd bin && ./xlnt.test - - find ../../ + - cd .. + - find source/CMakeFiles/xlnt.dir + - if [ "$COMPILER" = "g++4.9" ]; then coveralls --root source/CMakeFiles/xlnt.dir --verbose -x ".cpp" --gcov-options '\-p'