Skip to content

Commit

Permalink
seperate coverage into a seperate travis task.
Browse files Browse the repository at this point in the history
run coverage and standards using node v6.
  • Loading branch information
rubensayshi authored and dcousens committed Oct 8, 2016
1 parent 45b0e35 commit aaa327b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aaa327b

Please sign in to comment.