]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/appveyor.yml
Fix copy/paste error
[cookiecutter.git] / project_template / appveyor.yml
index 6107a563d5a6fb7dfdc690c683dda2ff216faede..020d9b3cc794a8dc4b3bee3f5189634981ed3ba1 100644 (file)
@@ -2,11 +2,10 @@
 # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo)
 version: '{branch}-{build}'
 
-# Only test maint, master and pull requests; skip tags.
+# Only test master and pull requests; skip tags.
 # Other branches can allow themselves.
 branches:
   only:
-    - maint
     - master
 skip_branch_with_pr: false
 skip_tags: true