Skip to content

Commit

Permalink
custom tests in Firefox on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxyh committed Apr 3, 2018
1 parent 66d8b76 commit 61f78b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ module.exports = config => {
} else {
cfg.browsers = [
'ChromeHeadless_travis_ci',
'Chrome_travis_ci'
'Chrome_travis_ci',
'FirefoxHeadless',
'Firefox'
];
console.error('No SauceLabs credentials present');
}
Expand Down

0 comments on commit 61f78b7

Please sign in to comment.