mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 16:48:36 +00:00
Travis build only on master branches
Avoid duplicate build on branches created for pull requests
This commit is contained in:
@@ -2,6 +2,10 @@ language: python
|
|||||||
sudo: false
|
sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- "/^[[:digit:]]{1,2}.[[:digit:]]$/"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user