Add release pattern for automatic CI

This commit is contained in:
michael-grunder 2020-03-14 15:09:37 -07:00
parent d57067564e
commit a1405e172a

View File

@ -13,6 +13,7 @@ branches:
- staging - staging
- trying - trying
- master - master
- /^release\/.*$/
before_script: before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi - if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi