From 9b4f46cab102ca6345e7d31f5dcb85a022b09111 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 19 Jul 2016 16:56:26 +0200 Subject: [PATCH] Add back testing to Gruntfile --- build/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 41f22376f..b248eda2e 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -288,7 +288,7 @@ module.exports = (grunt) -> ciTasks.push('set-version', 'check-licenses', 'lint', 'generate-asar') ciTasks.push('mkdeb') if process.platform is 'linux' ciTasks.push('mktar') if process.platform is 'linux' - # ciTasks.push('test') if process.platform is 'darwin' + ciTasks.push('test') if process.platform is 'darwin' ciTasks.push('codesign:app') if process.platform is 'darwin' and not process.env.CI if process.platform is 'win32' ciTasks.push('codesign:exe') if process.env.JANKY_SIGNTOOL