* Add encrypted sauce credentials with new key
* Remove binary workaround in ".gitattributes"
* Revert a5fd940cd9
* Use the -out syntax instead of >>
* Revert "Use the -out syntax instead of >>"
This reverts commit 7caf1de18c9103ea9c7397c1c8f0a45c31850ec6.
Is this commit causing a "npm: command not found" error in CircleCI?
* Update sauce-encrypted-env-vars to use `export`.
* Normalize `transformOrigin` result for IE11 and Safari.
* Add webkit prefixes for Safari 8 test pass.
14 lines
237 B
YAML
14 lines
237 B
YAML
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
|
|
- npm run test -s
|
|
- npm run test:sauce
|