Skip to content

Commit 2e73d26

Browse files
committed
fix travis build
- need the firefox launcher
1 parent e6d2b4f commit 2e73d26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = function(config) {
4949
plugins: [
5050
require("karma-mocha"),
5151
require("karma-chrome-launcher"),
52+
require("karma-firefox-launcher"),
5253
require("karma-webpack")
5354
]
5455
});

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"karma-mocha": "^0.1.3",
3131
"karma-chrome-launcher": "^0.1.4",
3232
"karma-cli": "0.0.4",
33-
"rf-release": "^0.1.2"
33+
"rf-release": "^0.1.2",
34+
"karma-firefox-launcher": "^0.1.3"
3435
},
3536
"dependencies": {
3637
"es6-promise": "^1.0.0",

0 commit comments

Comments
 (0)