mirror of
https://github.com/videojs/video.js.git
synced 2025-01-19 10:54:16 +02:00
removed compile from grunt testing because can't install it on travis ci
This commit is contained in:
parent
1189bbaa95
commit
38e19282fd
@ -50,7 +50,7 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['build', 'jshint', 'compile', 'dist']);
|
||||
// Development watch task
|
||||
grunt.registerTask('dev', ['jshint','build']);
|
||||
grunt.registerTask('test', ['jshint','compile','qunit']);
|
||||
grunt.registerTask('test', ['jshint','qunit']);
|
||||
|
||||
|
||||
var fs = require('fs'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user