Revert "Run tests for branches on appveyor"
authorCheng Zhao <zcbenz@gmail.com>
Sat, 30 Apr 2016 12:21:11 +0000 (21:21 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 30 Apr 2016 12:21:11 +0000 (21:21 +0900)
This reverts commit 33370b18b3f468a3eb501e45c35626cdb031a81d.

This commit was wrongly pushed.

appveyor.yml

index a3fd519..0fa0c0d 100644 (file)
@@ -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