rm(spectron): Don't run during CI builds, it's timeout-based and fails randomly

This commit is contained in:
Ben Gotow 2015-11-25 15:06:34 -08:00
parent eeb976167e
commit 72a840e1f0

View file

@ -356,7 +356,7 @@ module.exports = (grunt) ->
grunt.registerTask('compile', ['coffee', 'cjsx', 'babel', 'prebuild-less', 'cson', 'peg'])
grunt.registerTask('lint', ['coffeelint', 'csslint', 'lesslint', 'nylaslint', 'eslint'])
grunt.registerTask('test', ['shell:kill-n1', 'run-edgehill-specs', 'run-spectron-specs'])
grunt.registerTask('test', ['shell:kill-n1', 'run-edgehill-specs'])
grunt.registerTask('docs', ['build-docs', 'render-docs'])
ciTasks = ['output-disk-space', 'download-electron', 'build']