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
1 changed files with 1 additions and 0 deletions

View File

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