From cea5ae94d3db74e9bf2a087f2df35dd6b113aadf Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Mon, 31 Oct 2016 23:08:57 -0400 Subject: [PATCH] list all files to find coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf27008d..68d50c91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,4 @@ 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 . + - find ../../