mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Oops... UNSHIFT not SHIFT
This commit is contained in:
parent
b42ec9fc53
commit
da9cdcb104
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = function (grunt) {
|
|||
'less'
|
||||
];
|
||||
addTestTask(tasks);
|
||||
if (process.env.TRAVIS) tasks.shift('esvm:dev');
|
||||
if (process.env.TRAVIS) tasks.unshift('esvm:dev');
|
||||
addTestTask(tasks);
|
||||
grunt.task.run(tasks);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue