From 334e2ef7ab60d4a06b4c7875f99cfcb83bcf8f09 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 5 Jul 2014 10:46:22 -0700 Subject: [PATCH] Temporarily disable specs --- build/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index bc3a685a4..18915985e 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -225,7 +225,7 @@ module.exports = (grunt) -> grunt.registerTask('compile', ['coffee', 'prebuild-less', 'cson', 'peg']) grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint']) grunt.registerTask('test', ['shell:kill-atom', 'run-specs']) - grunt.registerTask('ci', ['output-disk-space', 'download-atom-shell', 'build', 'dump-symbols', 'set-version', 'check-licenses', 'lint', 'test', 'codesign', 'publish-build']) + grunt.registerTask('ci', ['output-disk-space', 'download-atom-shell', 'build', 'dump-symbols', 'set-version', 'check-licenses', 'lint', 'codesign', 'publish-build']) grunt.registerTask('docs', ['markdown:guides', 'build-docs']) defaultTasks = ['download-atom-shell', 'build', 'set-version']