mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-04 22:35:38 +00:00
Fix: change test script for Travis
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user