Enable Travis and AppVeyor on "rel" branches (#1102)

This commit is contained in:
Mike Harder 2017-06-12 16:28:32 -07:00 committed by GitHub
parent 5e2bb55be0
commit 93868fdf9a
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
- /^rel\/.*/
before_install:
- 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
script:

View File

@ -6,6 +6,7 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
- /^rel\/.*/
build_script:
- ps: .\build.ps1
clone_depth: 1