mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:52:34 +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