mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
8 lines
133 B
JavaScript
8 lines
133 B
JavaScript
module.exports = function (grunt) {
|
|
|
|
grunt.registerTask('travis', 'Travis CI build script', [
|
|
'esvm:dev',
|
|
'test'
|
|
]);
|
|
|
|
};
|