ci: add comment and remove debugging printenv statement

This commit is contained in:
Igor Minar
2017-03-05 08:12:32 -08:00
parent b8f0c3dc7b
commit b8321e2f7d
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,6 @@ if [[ ${TRAVIS} && (${CI_MODE} == "aio" || ${CI_MODE} == "docs_test") ]]; then
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
travisFoldStart "yarn-install.aio"
(
printenv
cd ${PROJECT_ROOT}/aio
yarn install
)