ci: run 'yarn install' for doc_test task (#14384)

This commit is contained in:
Igor Minar 2017-02-09 13:05:04 -08:00 committed by Miško Hevery
parent 600402d440
commit 56e2f84fe8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if [[ ${TRAVIS} && (${CI_MODE} == "e2e" || ${CI_MODE} == "aio" || ${CI_MODE} ==
fi
if [[ ${TRAVIS} && ${CI_MODE} == "aio" ]]; then
if [[ ${TRAVIS} && (${CI_MODE} == "aio" || ${CI_MODE} == "docs_test") ]]; then
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
echo 'travis_fold:start:install.aio.node_modules'
cd "`dirname $0`/../../aio"