mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2025-01-16 00:47:09 -05:00
17 lines
142 B
YAML
17 lines
142 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- 8
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
install:
|
|
- yarn install
|
|
|
|
script:
|
|
- npm run test
|