bip39/.travis.yml

14 lines
185 B
YAML
Raw Normal View History

2016-06-22 08:20:53 +10:00
sudo: false
2014-09-28 15:06:24 +08:00
language: node_js
before_install:
2016-06-22 08:20:53 +10:00
- npm install npm -g
2014-09-28 15:06:24 +08:00
node_js:
2016-06-22 08:20:53 +10:00
- "0.12"
- "io.js"
- "4"
- "5"
- "6"
env:
- TEST_SUITE=test
script: npm run-script $TEST_SUITE