mirror of
https://github.com/merkletreejs/merkletreejs.git
synced 2026-05-07 03:00:21 -04:00
9 lines
75 B
YAML
9 lines
75 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "10"
|
|
|
|
script:
|
|
- npm install
|
|
- npm test
|