From 4a9eca4b9d40631e87b37a8e31a6a410f3bd6af0 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Tue, 29 Oct 2019 09:45:28 -0700 Subject: [PATCH] Removing merge side effect --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9958c882..dd2c02ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -262,6 +262,5 @@ - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% - if [%HOST%]==[mingw] ( set "CC=%COMPILER%" && - make check && - sh -e playTests.sh --test-large-data + make check )