Skip to content

Commit 341e8ae

Browse files
committed
Fix .appveyor.yml
1 parent d3fafe1 commit 341e8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ test_script:
115115
116116
if exist bin\modules.d dir bin\modules.d
117117
118-
"%TEST_PHP_EXECUTABLE%" -dextension=php_timecop.dll %PHP_SRC_DIR%\run-tests.php --show-diff
118+
"%TEST_PHP_EXECUTABLE%" %PHP_SRC_DIR%\run-tests.php --show-diff
119119
120120
exit /b %errorlevel%

0 commit comments

Comments
 (0)