diff --git a/Gruntfile.js b/Gruntfile.js index 51597517..0b2cbbb9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -320,6 +320,6 @@ module.exports = function(grunt) { grunt.registerTask("meteor-publish", ["exec:meteor-init", "exec:meteor-publish", "exec:meteor-cleanup"]); grunt.registerTask("meteor", ["exec:meteor-init", "exec:meteor-test", "exec:meteor-publish", "exec:meteor-cleanup"]); - grunt.registerTask("cibuild", ["newer:jshint", "jasmine:scripts", "meteor-test"]); + grunt.registerTask("cibuild", ["newer:jshint", "meteor-test"]); };