Browse Source

Also disable test phase

Cheng Zhao 9 years ago
parent
commit
5cf369086c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      appveyor.yml

+ 2 - 0
appveyor.yml

@@ -14,4 +14,6 @@ install:
   - cmd: SET PATH=C:\python27;%PATH%
   - cmd: python script/cibuild
 
+# disable build and test pahses
 build: off
+test: off