mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-14 15:12:20 +03:00
removed jasmin tests from travis
This commit is contained in:
parent
30b3837b2c
commit
57c5cd88d3
|
@ -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"]);
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user