removed jasmin tests from travis

This commit is contained in:
FezVrasta 2015-03-17 16:05:03 +01:00
parent 6badcf783c
commit 661ca73242

View File

@ -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"]);
};