Avoid duplicate building for PR

This commit is contained in:
Cheng Zhao 2015-12-10 13:18:23 +08:00
Родитель 5cf369086c
Коммит bf5c3bc9dd
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