summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-03-14 15:09:37 -0700
committermichael-grunder <michael.grunder@gmail.com>2020-03-14 15:09:37 -0700
commita1405e172a3c57cb18e506afeb681551dce02620 (patch)
tree6667d51c31b330be0c35f48e18dff537d4939bf3 /.travis.yml
parentd57067564e7a0eb7ba5e179950b8057e4994c9dc (diff)
Add release pattern for automatic CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ba63134..7e20794 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ branches:
- staging
- trying
- master
+ - /^release\/.*$/
before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi