From ea459a7cb82d11d28eae4981262cbf1ac0ddf468 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 18 Nov 2020 14:47:33 +0100 Subject: [PATCH] Rename master to main --- .travis/custom_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/custom_release.sh b/.travis/custom_release.sh index f96519fd..5ef5dfdc 100755 --- a/.travis/custom_release.sh +++ b/.travis/custom_release.sh @@ -2,7 +2,7 @@ set -e set -x -if [ "${TRAVIS_BRANCH}" = "master" ] +if [ "${TRAVIS_BRANCH}" = "main" ] then for env in ci qa stage do @@ -13,7 +13,7 @@ then fi -if [ "${TRAVIS_BRANCH}" = "master-stable" ] +if [ "${TRAVIS_BRANCH}" = "main-stable" ] then for env in ci qa stage do