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

@ -55,6 +55,7 @@ matrix:
- env: "CI_MODE=browserstack_optional"
before_install:
# source the env.sh script so that the exported variables are available to other scripts later on
- source ./scripts/ci/env.sh print
install:

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
)