Keeping BrowserStack's username/access key encrypted in travis.yml #5596
Description
Hi,
Can you please update travis.yml to keep BROWSER_STACK_USERNAME & BROWSER_STATCK_ACCESS_KEY encrypted. In order to encrypt them you need to install travis gem and then from angular.js root folder run following commands:
travis encrypt BROWSER_STACK_USERNAME=VojtaJin --add env.global
travis encrypt BROWSER_STACK_ACCESS_KEY= --add env.global
(For reference, please refer: http://about.travis-ci.org/docs/user/build-configuration/)
Finally just remove BROWSER_STACK_USERNAME AND BROWSER_STACK_ACCESS_KEY from travis.yml
I can't submit a pull request for this change, since public key of my fork will differ from yours. So please kindly consider this issue and encrypt the sensitive information in travis configuration file.
Regards,
Akshay Bhardwaj
BrowserStack