Kirill Fomichev
8 years ago
1 changed files with 13 additions and 2 deletions
@ -1,6 +1,17 @@ |
|||||
|
sudo: false |
||||
|
os: |
||||
|
- linux |
||||
language: node_js |
language: node_js |
||||
node_js: |
node_js: |
||||
- "0.10" |
|
||||
- "0.12" |
- "0.12" |
||||
- "4" |
- "4" |
||||
- "node" |
- "6" |
||||
|
env: |
||||
|
matrix: |
||||
|
- TEST_SUITE=unit |
||||
|
matrix: |
||||
|
include: |
||||
|
- os: linux |
||||
|
node_js: "6" |
||||
|
env: TEST_SUITE=lint |
||||
|
script: npm run $TEST_SUITE |
||||
|
Loading…
Reference in new issue