mirror of
https://github.com/status-im/bip39.git
synced 2025-01-09 20:25:59 +00:00
12 lines
167 B
YAML
12 lines
167 B
YAML
sudo: false
|
|
language: node_js
|
|
before_install:
|
|
- npm install npm -g
|
|
node_js:
|
|
- "lts/*"
|
|
- "9"
|
|
- "10"
|
|
env:
|
|
- TEST_SUITE=test
|
|
script: npm run-script $TEST_SUITE
|