mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[tests] log with dots on travis/jenkins
This commit is contained in:
parent
bd8ce389b9
commit
aa42cf786d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = function (grunt) {
|
|||
browsers: ['<%= karmaBrowser %>'],
|
||||
|
||||
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||
reporters: ['progress', 'growl'],
|
||||
reporters: process.env.CI ? ['dots'] : ['progress', 'growl'],
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue