Explorar el Código

[AppVeyor] Disable php for now.
The chocolatey installed php is the standard php that doesn't have mbstring enabled, thus haxe.Utf8 tests failed.

Andy Li hace 10 años
padre
commit
d622aa3f04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -16,7 +16,7 @@ environment:
         CYG_SETUP: C:/cygwin/setup-x86.exe
         WODI_ARCH: 32
         MINGW_ARCH: i686
-        TEST: "neko,cs,java,cpp,php,macro"
+        TEST: "neko,cs,java,cpp,macro"
 
 skip_tags: true