aboutsummaryrefslogtreecommitdiff
path: root/lib/getOptions.js
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-22 14:02:20 -0700
committercainus <[email protected]>2013-06-22 14:02:20 -0700
commit82cf2e8e13f84d6efb34c70db5a9673ec4dd100e (patch)
tree456eee0a4863f4500abe67e1432cb0ab813f2f42 /lib/getOptions.js
parent85303657382785b0bcc95f98e8e448c6bed465f4 (diff)
downloadnode-coveralls-82cf2e8e13f84d6efb34c70db5a9673ec4dd100e.tar.xz
node-coveralls-82cf2e8e13f84d6efb34c70db5a9673ec4dd100e.zip
fixed service_job_id relay, and added run_at back.
Diffstat (limited to 'lib/getOptions.js')
-rw-r--r--lib/getOptions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getOptions.js b/lib/getOptions.js
index 9d552ea..fa294b1 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;
}