Skip to content

Commit

Permalink
chore(travis): disable Firefox for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Sep 12, 2016
1 parent 7e143c5 commit ef5eb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = (config) => {
require('./karma.conf.coverage.js')(config)
config.set({

browsers: ['Firefox', 'Chrome_travis_ci'],
browsers: ['Chrome_travis_ci'],

customLaunchers: {
Chrome_travis_ci: {
Expand Down

0 comments on commit ef5eb68

Please sign in to comment.