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

18 lines
247 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:
2017-05-24 15:10:37 +02:00
- "4"
- "5"
- "6"
2018-09-20 02:56:13 +02:00
- "7"
2017-05-24 15:10:37 +02:00
env:
2018-09-20 02:56:13 +02:00
matrix:
- TEST_SUITE=unit
matrix:
include:
- node_js: "7"
env: TEST_SUITE=standard
script: npm run $TEST_SUITE