mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(travis): run travis on release branches
This commit is contained in:
parent
cb5f1a73ca
commit
9734de6f8a
|
@ -3,10 +3,11 @@ dist: trusty
|
||||||
language: cpp
|
language: cpp
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
# regex is for release tags
|
# regex is for master, release branches, and release tags
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^v\d+\.\d+-dev$/
|
||||||
- /^v(\d+\.){2}\d+$/
|
- /^v(\d+\.){2}\d+$/
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user