build: update browserstack key (#23026)

PR Close #23026
This commit is contained in:
Joey Perrott 2018-03-27 10:03:15 -07:00 committed by Matias Niemelä
parent 0ebdb3d12f
commit ab348ee2be
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if [[ ${TRAVIS:-} ]]; then
setEnvVar BROWSER_STACK_USERNAME angularteam1
# not using use setEnvVar so that we don't print the key
export BROWSER_STACK_ACCESS_KEY=BWCd4SynLzdDcv8xtzsB
export BROWSER_STACK_ACCESS_KEY=CaXMeMHD9pr5PHg8N7Jq
setEnvVar CHROME_BIN ${HOME}/.chrome/chromium/chrome-linux/chrome
setEnvVar BROWSER_PROVIDER_READY_FILE /tmp/angular-build/browser-provider-tunnel-init.lock
fi