Fix: change test script for Travis

This commit is contained in:
2015-08-24 08:58:22 +00:00
parent bc19947eba
commit ebf7b324d9

View File

@@ -25,8 +25,8 @@
"supertest": "~1.0.1" "supertest": "~1.0.1"
}, },
"scripts": { "scripts": {
"test": "NODE_ENV=test mocha", "test-local": "NODE_ENV=test mocha",
"test_travis": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec", "test": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec",
"start": "app.js", "start": "app.js",
"stop": "pkill -SIGINT CloudBudget" "stop": "pkill -SIGINT CloudBudget"
} }