removed jasmin tests from travis

This commit is contained in:
FezVrasta 2015-03-17 16:05:03 +01:00
parent 30b3837b2c
commit 57c5cd88d3

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