use firefox when running karma in travis
This commit is contained in:
parent
2b26188f5e
commit
f654e1722f
3 changed files with 4 additions and 6 deletions
|
|
@ -99,7 +99,7 @@ module.exports = function(config) {
|
|||
|
||||
// start these browsers
|
||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||
browsers: ['Firefox'],
|
||||
browsers: ['Chrome'],
|
||||
|
||||
|
||||
// Continuous Integration mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue