1
0
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:
Steve Heffernan 2013-01-16 20:58:23 -05:00
parent 1189bbaa95
commit 38e19282fd

View File

@ -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'),