Enable 'release/' branches on Travis and AppVeyor (#1349)

This commit is contained in:
Andrew Stanton-Nurse 2018-01-25 10:18:03 -08:00 committed by GitHub
parent 67c76287ed
commit 215123819a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ init:
branches:
only:
- master
- release
- /release\/.*/
- dev
- /^(.*\/)?ci-.*$/
- /^rel\/.*/

View File

@ -21,7 +21,7 @@ addons:
branches:
only:
- master
- release
- /release\/.*/
- dev
- /^(.*\/)?ci-.*$/
- /^rel\/.*/