seperate coverage into a seperate travis task.

run coverage and standards using node v6.
This commit is contained in:
Ruben de Vries 2016-10-07 15:32:17 +02:00 committed by Daniel Cousens
parent 45b0e35264
commit aaa327b793

View file

@ -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