mirror of https://github.com/lukechilds/hdkey.git
JP Richardson
9 years ago
1 changed files with 9 additions and 8 deletions
@ -1,11 +1,12 @@ |
|||
language: node_js |
|||
before_install: |
|||
- "npm install npm -g" |
|||
node_js: |
|||
- 0.12 |
|||
- 0.10 |
|||
- iojs |
|||
- "0.12" |
|||
- "4" |
|||
- "5" |
|||
matrix: |
|||
include: |
|||
- node_js: "4" |
|||
env: TEST_SUITE=lint |
|||
env: |
|||
- TEST_SUITE=test |
|||
- TEST_SUITE=coveralls |
|||
script: "npm run-script $TEST_SUITE" |
|||
- TEST_SUITE=unit |
|||
script: npm run-script $TEST_SUITE |
|||
|
Loading…
Reference in new issue