Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
chore(travis): run travis on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybilinski committed Aug 29, 2019
1 parent cb5f1a7 commit 9734de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9734de6

Please sign in to comment.