mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user