Add a --time-limit option to test-build.js so travis-ci can complete its test runs.

Former-commit-id: 742b17208d6c9316efea33c106e7689b9290f48d
This commit is contained in:
John-David Dalton
2013-01-28 23:34:27 -08:00
parent ac4c075d32
commit 904921d8c4
2 changed files with 11 additions and 1 deletions

View File

@@ -47,6 +47,6 @@
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js"
"test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js --time-limit 45"
}
}