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
c65c274dad
commit
fb984758ec
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ module.exports = function (grunt) {
|
|||
'less'
|
||||
];
|
||||
addTestTask(tasks);
|
||||
if (process.env.TRAVIS) tasks.shift('esvm:dev');
|
||||
grunt.task.run(tasks);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue