Merge pull request #313 from camptocamp/15.0-travis-master-only

[15.0] Travis build only on master branches
This commit is contained in:
Yannick Vaucher
2021-11-15 12:33:36 +01:00
committed by GitHub
co-authored by GitHub
+4
View File
@@ -2,6 +2,10 @@ language: python
sudo: false
cache: pip
branches:
only:
- "/^[[:digit:]]{1,2}.[[:digit:]]$/"
python:
- "3.7"