mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
module.exports = function (grunt) {
|
|
|
|
grunt.registerTask('travis', 'Travis CI build script', [
|
|
'test'
|
|
]);
|
|
|
|
};
|