mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backport PR #6632
---------
**Commit 1:**
Remove growl dependency
* Original sha: 8bc49597f4
* Authored by Rashid Khan <github.fliplap@spamgourmet.com> on 2016-03-23T23:25:07Z
This commit is contained in:
parent
86875af67d
commit
fe1101e03a
2 changed files with 1 additions and 2 deletions
|
@ -165,7 +165,6 @@
|
|||
"karma-chrome-launcher": "0.2.0",
|
||||
"karma-coverage": "0.5.1",
|
||||
"karma-firefox-launcher": "0.1.6",
|
||||
"karma-growl-reporter": "0.1.1",
|
||||
"karma-ie-launcher": "0.2.0",
|
||||
"karma-mocha": "0.2.0",
|
||||
"karma-safari-launcher": "0.1.1",
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = function (grunt) {
|
|||
browsers: ['<%= karmaBrowser %>'],
|
||||
|
||||
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||
reporters: process.env.CI ? ['dots'] : ['progress', 'growl'],
|
||||
reporters: process.env.CI ? ['dots'] : ['progress'],
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue