Use only 1 process for running tests (stop travis from crashing)

This commit is contained in:
Andy Hanson
2016-11-15 06:43:09 -08:00
parent fdaca70ea7
commit 2418ac66fc

View File

@@ -15,7 +15,7 @@
"node": ">= 6.9.1"
},
"scripts": {
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed"
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed --nProcesses 1"
},
"devDependencies": {
"types-publisher": "Microsoft/types-publisher#production"