aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-22 13:59:29 -0700
committercainus <[email protected]>2013-06-22 13:59:29 -0700
commit85303657382785b0bcc95f98e8e448c6bed465f4 (patch)
tree7425cbc6725cc844551c5a8d6e14bd836433094f /lib
parente3dd6fb7fe9f025a667d859b655e54032aee5fa1 (diff)
downloadnode-coveralls-85303657382785b0bcc95f98e8e448c6bed465f4.tar.xz
node-coveralls-85303657382785b0bcc95f98e8e448c6bed465f4.zip
remove run_at property for now to debug.
Diffstat (limited to 'lib')
-rw-r--r--lib/getOptions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getOptions.js b/lib/getOptions.js
index fa294b1..9d552ea 100644
--- a/lib/getOptions.js
+++ b/lib/getOptions.js
@@ -24,7 +24,7 @@ var getOptions = function(){
options.git = process.env.COVERALLS_SERVICE_JOB_ID;
}
- options.run_at = process.env.COVERALLS_RUN_AT || JSON.stringify(new Date()).slice(1, -1);
+ //options.run_at = process.env.COVERALLS_RUN_AT || JSON.stringify(new Date()).slice(1, -1);
if (process.env.service_name){
options.service_name = service_name;
}