From 85b652f484ca641c92dde884aebf996ff69fdc25 Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Wed, 11 Jan 2017 23:18:37 +0100 Subject: [PATCH] add comment --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index ad148eff2..fa13b9551 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -357,6 +357,7 @@ gulp.task('release-dist', ['build-dist'], (done) => { }); gulp.task('upload-binaries', (cb) => { + // token must be set using travis' ENVs const GITHUB_TOKEN = process.env.GITHUB_TOKEN; // query github releases