1
0
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:
Anthony Bilinski 2019-08-29 01:19:11 -07:00
parent cb5f1a73ca
commit 9734de6f8a
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -3,10 +3,11 @@ dist: trusty
language: cpp
cache: ccache
# regex is for release tags
# regex is for master, release branches, and release tags
branches:
only:
- master
- /^v\d+\.\d+-dev$/
- /^v(\d+\.){2}\d+$/
stages: