Commit 12476ce5 authored by Romain Courteaud's avatar Romain Courteaud 🐸

Do not run phantomJS test by default.

As renderJS is not compatible with phantomJS (which does not support CSS
loading events), no need to slow down default execution.
parent 0bc11eda
......@@ -208,7 +208,7 @@ module.exports = function (grunt) {
});
grunt.registerTask('default', ['all']);
grunt.registerTask('all', ['lint', 'build', 'test']);
grunt.registerTask('all', ['lint', 'build']);
grunt.registerTask('lint', ['jslint']);
grunt.registerTask('test', ['qunit']);
grunt.registerTask('server', ['connect:client', 'open', 'watch']);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment