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 |
language: node_js |
||||
before_install: |
|
||||
- "npm install npm -g" |
|
||||
node_js: |
node_js: |
||||
- 0.12 |
- "0.12" |
||||
- 0.10 |
- "4" |
||||
- iojs |
- "5" |
||||
|
matrix: |
||||
|
include: |
||||
|
- node_js: "4" |
||||
|
env: TEST_SUITE=lint |
||||
env: |
env: |
||||
- TEST_SUITE=test |
- TEST_SUITE=unit |
||||
- TEST_SUITE=coveralls |
script: npm run-script $TEST_SUITE |
||||
script: "npm run-script $TEST_SUITE" |
|
||||
|
Loading…
Reference in new issue