From 0fd582ff4bc44c977e8058b607260af317f417ac Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 21 Nov 2015 14:04:27 -0500 Subject: [PATCH] fix travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a66c9f6e..121b701a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,9 +46,9 @@ after_success: - if [ "$COMPILER" = "g++-4.9" ]; then cmake -G "Unix Makefiles" -D DEBUG=1 -D COVERAGE=1 -D SHARED=0 -D STATIC=1 -D BUILD_TESTS=1 ../cmake ; fi - if [ "$COMPILER" = "g++-4.9" ]; then make VERBOSE=1 ; fi - if [ "$COMPILER" = "g++-4.9" ]; then cd .. && ./bin/xlnt.test ; fi - - if [ "$COMPILER" = "g++-4.9" ]; then find ./ -name "*.gcda" ; fi - - if [ "$COMPILER" = "g++-4.9" ]; then find ./ -name "*.gcno" ; fi - - if [ "$COMPILER" = "g++-4.9" ]; then coveralls --verbose --build-root "build/CMakeFiles/xlnt.static$(pwd)" --exclude bin --exclude build --exclude cmake --exclude docs --exclude include --exclude lib --exclude samples --include source --exclude tests --exclude third-party --gcov-options '\-lp' -x ".cpp" ; fi + - if [ "$COMPILER" = "g++-4.9" ]; then export OLDWD=$(pwd) ; fi + - if [ "$COMPILER" = "g++-4.9" ]; then cd "build/CMakeFiles/xlnt.static.dir$(pwd)" ; pwd ; fi + - if [ "$COMPILER" = "g++-4.9" ]; then coveralls --root $OLDWD --verbose -x ".cpp" --gcov-options '\-p' --exclude include --exclude third-party ; fi notifications: email: false