Skip to content

Commit

Permalink
comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Jan 20, 2015
1 parent 02ec031 commit 8bb82dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/report-stats.js
Expand Up @@ -7,6 +7,13 @@
* * Build time
* * Commit
* * Branch
* Statistics are collected in:
* https://docs.google.com/spreadsheets/d/1f3aL376-FKWGYOh2lpHTwELL9kfzZjcp668k-gZU6Ug/edit?usp=sharing
* via the appscript at:
* https://script.google.com/d/1vsdAkMWx_zB30TJAGDtEtiG8rcvwEA0QBfdBBjhHoXue_jYkx8Z4jTPf/edit?usp=sharing
*
* Statistics are authenticated by the appscript by checking the presence of the
* STAT_KEY variable, which is saved in Travis CI as an environmental variable.
*/
module.exports = function (grunt) {
'use strict';
Expand Down

0 comments on commit 8bb82dc

Please sign in to comment.