MOBILE-3163 aot: Compile security branch too

main
Dani Palou 2019-09-19 11:28:57 +02:00
parent 9196371f50
commit d460608cf7
1 changed files with 1 additions and 1 deletions

View File

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