]> git.phdru.name Git - cookiecutter.git/commitdiff
Fix copy/paste error
authorOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 12:18:04 +0000 (15:18 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 12:18:04 +0000 (15:18 +0300)
project_template/.travis.yml
project_template/appveyor.yml

index 74a3facb36125c7ca755b25fd95ee8dc92476799..c64271decace4d7a812b3fdf22608ac77612d91c 100644 (file)
@@ -1,10 +1,9 @@
 # Config file for automatic testing at travis-ci.org
 
 # Config file for automatic testing at travis-ci.org
 
-# Only test maint, master and pull requests; skip tags.
+# Only test master and pull requests; skip tags.
 # Other branches can allow themselves.
 branches:
   only:
 # Other branches can allow themselves.
 branches:
   only:
-    - maint
     - master
 
 # Prefer docker containers
     - master
 
 # Prefer docker containers
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}'
 
 # 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:
 # Other branches can allow themselves.
 branches:
   only:
-    - maint
     - master
 skip_branch_with_pr: false
 skip_tags: true
     - master
 skip_branch_with_pr: false
 skip_tags: true