소스 검색

[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 10 년 전
부모
커밋
d622aa3f04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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