From 9a4e2d7617eb19d97e862a33442082173386e6d7 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 8 Feb 2013 08:07:36 -0800 Subject: [PATCH] Reduce the travis-ci time limit by 5 seconds. Former-commit-id: 9653f4fee2bbfd8d77a228504795f3ef13df92dc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bdd2ad2a..fd9786bbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ node_js: env: - TEST_COMMAND="node ./test/test.js ./dist/lodash.js" - TEST_COMMAND="node ./test/test.js ./dist/lodash.min.js" - - TEST_COMMAND="node ./test/test-build.js --time-limit 49m45s" + - TEST_COMMAND="node ./test/test-build.js --time-limit 49m40s" git: depth: 1 branches: