wallet-core/node_modules/create-hash/.travis.yml

16 lines
214 B
YAML
Raw Normal View History

2017-05-24 15:10:37 +02:00
sudo: false
2017-05-03 15:35:00 +02:00
language: node_js
2017-05-24 15:10:37 +02:00
before_install:
- "npm install npm -g"
2017-05-03 15:35:00 +02:00
node_js:
- "0.10"
2017-05-24 15:10:37 +02:00
- "0.12"
- "4"
- "5"
- "6"
env:
- TEST_SUITE=standard
- TEST_SUITE=unit
script: "npm run-script $TEST_SUITE"