Build release branches of Mvc

This commit is contained in:
Ryan Brandenburg 2017-06-06 11:00:49 -07:00
parent 7ffd88757d
commit 4ffbd63d34
1 changed files with 1 additions and 0 deletions

View File

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