mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
22 lines
209 B
YAML
22 lines
209 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- 8
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
install:
|
|
- yarn install
|
|
|
|
script:
|
|
- yarn test
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|