mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Adding esvm to test for travis
This commit is contained in:
parent
05af7e0676
commit
2bed1807d1
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ module.exports = function (grunt) {
|
|||
'less',
|
||||
getTestTask()
|
||||
];
|
||||
|
||||
if (process.env.TRAVIS) tasks.shift('esvm:dev');
|
||||
grunt.task.run(tasks);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue