Browse Source

Revert "Run tests for branches on appveyor"

This reverts commit 33370b18b3f468a3eb501e45c35626cdb031a81d.

This commit was wrongly pushed.
Cheng Zhao 9 years ago
parent
commit
d91cd424fe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      appveyor.yml

+ 4 - 0
appveyor.yml

@@ -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