Rename master to main

This commit is contained in:
Sanne Raymaekers 2020-11-18 14:47:33 +01:00
parent f01568c263
commit ea459a7cb8

View file

@ -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