mirror of
https://github.com/status-im/bip39.git
synced 2025-02-04 00:33:56 +00:00
13 lines
170 B
YAML
13 lines
170 B
YAML
sudo: false
|
|
language: node_js
|
|
before_install:
|
|
- npm install npm -g
|
|
node_js:
|
|
- "4"
|
|
- "5"
|
|
- "6"
|
|
- "7"
|
|
env:
|
|
- TEST_SUITE=test
|
|
script: npm run-script $TEST_SUITE
|