From 5b840e546e74d3d96f3fa35caa591451f2bd0d03 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Fri, 4 Sep 2015 03:33:27 +0200 Subject: [PATCH] Removed windows coverage until coveralls knows how to merge multiple CI reports --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 439aa1d..049a066 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,8 +41,8 @@ after_build: test_script: - 'make test || bash -lc "cat $APPVEYOR_BUILD_FOLDER/build/Testing/Temporary/LastTest.log"' -after_test: - - 'make coveralls' +#after_test: +# - 'make coveralls' notifications: