Skip to content

Commit

Permalink
CI: Build release branches
Browse files Browse the repository at this point in the history
This will build branches like 1.4.x, 2.0.x, 2.x, 2.1
  • Loading branch information
phw committed Sep 5, 2018
1 parent 832c6d9 commit 4de0f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ notifications:
branches:
only:
- master
- 1.4.x
- \d\.[0-9x](\.[0-9x])?
deploy:
provider: releases
api_key:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pull_requests:
branches:
only:
- master
- \d\.[0-9x](\.[0-9x])?
skip_branch_with_pr: true
image: Visual Studio 2015
init:
Expand Down

0 comments on commit 4de0f9d

Please sign in to comment.