Skip to content

Commit

Permalink
Backport PR #6632
Browse files Browse the repository at this point in the history
---------

**Commit 1:**
Remove growl dependency

* Original sha: 8bc4959
* Authored by Rashid Khan <github.fliplap@spamgourmet.com> on 2016-03-23T23:25:07Z
  • Loading branch information
epixa committed Mar 23, 2016
1 parent 86875af commit fe1101e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tasks/config/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit fe1101e

Please sign in to comment.