From d460608cf7692b003c08b187cd9b9658d00e55f0 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 19 Sep 2019 11:28:57 +0200 Subject: [PATCH] MOBILE-3163 aot: Compile security branch too --- scripts/aot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aot.sh b/scripts/aot.sh index 931d8e4b5..541375435 100755 --- a/scripts/aot.sh +++ b/scripts/aot.sh @@ -4,7 +4,7 @@ npm list --depth=0 # Compile AOT. -if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then +if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ $TRAVIS_BRANCH == 'security' ] || [ -z $TRAVIS_BRANCH ] ; then cd scripts ./build_lang.sh cd ..