ci: Travis: configure/restrict branch builds [ci skip]
This commit is contained in:
parent
978c7ae1b7
commit
851fc0280f
|
@ -130,3 +130,10 @@ notifications:
|
||||||
skip_join: true
|
skip_join: true
|
||||||
email:
|
email:
|
||||||
- pytest-commit@python.org
|
- pytest-commit@python.org
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- features
|
||||||
|
- 4.6-maintenance
|
||||||
|
- /^\d+(\.\d+)+$/
|
||||||
|
|
Loading…
Reference in New Issue