Create encrypted environment variables from SauceLabs

This commit is contained in:
Fagner Brack
2016-08-27 12:41:41 -03:00
committed by John-David Dalton
parent 77a9ce5e4a
commit 1cb50db200
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ machine:
node:
version: 6
dependencies:
pre:
- openssl aes-256-cbc -d -in sauce-encrypted-env-vars -k $SAUCE_DECRYPT_KEY >> ~/.circlerc
test:
override:
- npm run lint -s