Run tests for branches on appveyor
authorCheng Zhao <zcbenz@gmail.com>
Sat, 30 Apr 2016 11:41:45 +0000 (20:41 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 30 Apr 2016 11:42:24 +0000 (20:42 +0900)
appveyor.yml

index 0fa0c0d..a3fd519 100644 (file)
@@ -14,10 +14,6 @@ install:
   - cmd: SET PATH=C:\python27;%PATH%
   - cmd: python script/cibuild
 
-branches:
-  only:
-    - master
-
 # disable build and test pahses
 build: off
 test: off