mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
17 lines
168 B
YAML
17 lines
168 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
node_js:
|
|
- "node"
|
|
- "6"
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
- "10"
|
|
- "11"
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|