Enable Firefox in Karma config for Travis CI
This commit is contained in:
parent
1f48bd5953
commit
a9dd31aed2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = function(config) {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
configuration.browsers = ['Chrome_travis_ci'];
|
configuration.browsers = ['Chrome_travis_ci', 'Firefox'];
|
||||||
}
|
}
|
||||||
|
|
||||||
config.set(configuration);
|
config.set(configuration);
|
||||||
|
|
Loading…
Reference in a new issue