Quellcode durchsuchen

Skip building on not master

Kentaro Wada vor 7 Jahren
Ursprung
Commit
4aeccee854
2 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 4 0
      .travis.yml
  2. 4 0
      appveyor.yml

+ 4 - 0
.travis.yml

@@ -93,5 +93,9 @@ before_script:
 script:
 script:
   - nosetests tests
   - nosetests tests
 
 
+branches:
+  only:
+    - master
+
 notifications:
 notifications:
   email: false
   email: false

+ 4 - 0
appveyor.yml

@@ -66,3 +66,7 @@ test_script:
   # Run the project tests
   # Run the project tests
   - "%CMD_IN_ENV% pip install nose"
   - "%CMD_IN_ENV% pip install nose"
   - "nosetests -vs tests"
   - "nosetests -vs tests"
+
+branches:
+  only:
+    - master