Revert "Run tests for branches on appveyor"

This reverts commit 33370b18b3.

This commit was wrongly pushed.
This commit is contained in:
Cheng Zhao 2016-04-30 21:21:11 +09:00
Родитель 5766f4703a
Коммит d91cd424fe
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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