Also disable test phase

This commit is contained in:
Cheng Zhao 2015-12-10 12:58:29 +08:00
parent f11f408420
commit 5cf369086c

View file

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