From ffb3c0e6d0fda18b943c88fb680140481ddcc8e7 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 4 Feb 2017 00:32:54 +0100 Subject: [PATCH] add travis coverage configuration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea82437b7..705ee5b8c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "scripts": { "test": "eslint . && mocha ./test/functional ./test/unit", "test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit", - "test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit", + "test-travis": "eslint . && npm run test:coverage", "test-only": "mocha ./test/functional ./test/unit", "lint": "eslint ." },