From 56e2f84fe8886971963a454ed8c304860c80b4a6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 9 Feb 2017 13:05:04 -0800 Subject: [PATCH] ci: run 'yarn install' for doc_test task (#14384) --- scripts/ci-lite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-lite/install.sh b/scripts/ci-lite/install.sh index 4e7e663af2..072cb4f77d 100755 --- a/scripts/ci-lite/install.sh +++ b/scripts/ci-lite/install.sh @@ -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"