# 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:
- - maint
- master
# Prefer docker containers
# 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