summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 85a64e4fbd..ad47854e0b 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -39,7 +39,6 @@ call configure.bat ^
--enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
--with-php-build=%DEPS_DIR% ^
%ADD_CONF% ^
- --enable-zend-test ^
--with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
if %errorlevel% neq 0 exit /b 3