mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] Run the karma tests in Chrome on CI
This commit is contained in:
parent
c684004324
commit
7d9f7adcf9
1 changed files with 1 additions and 3 deletions
|
@ -24,10 +24,8 @@ module.exports = function (grunt) {
|
|||
switch (require('os').platform()) {
|
||||
case 'win32':
|
||||
return 'IE';
|
||||
case 'darwin':
|
||||
return 'Chrome';
|
||||
default:
|
||||
return 'Firefox';
|
||||
return 'Chrome';
|
||||
}
|
||||
}()),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue