Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit b61f1ee

Browse files
authored
Enable Travis and AppVeyor for rel branches (#1324)
1 parent 04a40b5 commit b61f1ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ branches:
2020
- release
2121
- dev
2222
- /^(.*\/)?ci-.*$/
23+
- /^rel\/.*/
2324
before_install:
2425
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
2526
script:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ branches:
66
- release
77
- dev
88
- /^(.*\/)?ci-.*$/
9+
- /^rel\/.*/
910
build_script:
1011
- ps: .\build.ps1
1112
clone_depth: 1

0 commit comments

Comments
 (0)