From b36d58c7fcc3bced1bd91f827f8ace752fe8bbbc Mon Sep 17 00:00:00 2001 From: esaunders Date: Wed, 9 Oct 2019 11:48:30 -0400 Subject: [PATCH] Remove tests from AppVeyor build. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 03eaf5a4ae..d7cba33584 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,8 +45,5 @@ build_script: - ps: popd - cd %APPVEYOR_BUILD_FOLDER% - cmd: ant -q build - - cd Core - - cmd: ant -q test - - cd .. test: off