mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
10 lines
95 B
YAML
10 lines
95 B
YAML
language: node_js
|
|
node_js:
|
|
- '5.0'
|
|
sudo: false
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm test
|