mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 16:54:15 +08:00
added phantomjs karma test to run in travis
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
// Lint and build CSS
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['jshint:source', 'less:src']);
|
||||
grunt.registerTask('test', ['default', 'karma:test']);
|
||||
};
|
Reference in New Issue
Block a user