bip39/.travis.yml

13 lines
170 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:
2016-06-21 22:20:53 +00:00
- "4"
- "5"
- "6"
2017-05-23 05:04:31 +00:00
- "7"
2016-06-21 22:20:53 +00:00
env:
- TEST_SUITE=test
script: npm run-script $TEST_SUITE