From a27b27fa71574499aa37238186b2279f54c2bbb3 Mon Sep 17 00:00:00 2001
From: Karishma Chadha <kchadha@media.mit.edu>
Date: Wed, 30 Oct 2019 09:28:03 -0400
Subject: [PATCH] Create git tags for hotfix branches.

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 38af9f8b2..2a9152628 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,7 @@ deploy:
     - master
     - develop
     - smoke
+    - hotfix/*
     condition: $TRAVIS_EVENT_TYPE != cron
   skip_cleanup: true
   script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi
-- 
GitLab