bip39/.travis.yml

16 lines
207 B
YAML
Raw Normal View History

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