From ebf7b324d973f153bf9cae373f50e527244045d1 Mon Sep 17 00:00:00 2001 From: febbweiss Date: Mon, 24 Aug 2015 08:58:22 +0000 Subject: [PATCH] Fix: change test script for Travis --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ac2190..7194b9d 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "supertest": "~1.0.1" }, "scripts": { - "test": "NODE_ENV=test mocha", - "test_travis": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec", + "test-local": "NODE_ENV=test mocha", + "test": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec", "start": "app.js", "stop": "pkill -SIGINT CloudBudget" }