Skip to content

Commit

Permalink
ci: add comment and remove debugging printenv statement
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 5, 2017
1 parent b8f0c3d commit b8321e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit b8321e2

Please sign in to comment.