mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
11 lines
95 B
YAML
11 lines
95 B
YAML
language: node_js
|
|
node_js:
|
|
- '5.0'
|
|
sudo: false
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm test
|