From a6bf538479cf423bc91f4720ee38c64029aeb99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kru=CC=88ger?= Date: Tue, 29 Dec 2015 18:49:53 +0100 Subject: [PATCH] .travis.json collect coverage with node 5 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b815f7..d28e263 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,12 @@ env: matrix: exclude: # don't collect code coverage more than once + - node_js: "0.12" + env: NPM_COMMAND=test-with-coverage - node_js: "iojs-3" env: NPM_COMMAND=test-with-coverage - node_js: "4" env: NPM_COMMAND=test-with-coverage + # already tested with coverage. no need to test again without - node_js: "5" - env: NPM_COMMAND=test-with-coverage - # don't test 0.12 more than once - - node_js: "0.12" env: NPM_COMMAND=test