seperate coverage into a seperate travis task.
run coverage and standards using node v6.
This commit is contained in:
parent
45b0e35264
commit
aaa327b793
1 changed files with 3 additions and 2 deletions
|
@ -10,10 +10,11 @@ node_js:
|
|||
- "6"
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "4"
|
||||
- node_js: "6"
|
||||
env: TEST_SUITE=standard
|
||||
- node_js: "6"
|
||||
env: TEST_SUITE=coverage
|
||||
env:
|
||||
- TEST_SUITE=coverage
|
||||
- TEST_SUITE=integration
|
||||
- TEST_SUITE=unit
|
||||
script: npm run-script $TEST_SUITE
|
||||
|
|
Loading…
Add table
Reference in a new issue