Skip to content

Commit

Permalink
Travis can't run firefox
Browse files Browse the repository at this point in the history
Don't run extra browsers in the build
  • Loading branch information
Jeff Collins committed Jul 16, 2014
1 parent adfb391 commit b4bc622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows)
// CLI --browsers Chrome,Firefox,Safari
browsers: ['PhantomJS', 'Chrome', 'Firefox'],
browsers: ['PhantomJS'],

// If browser does not capture in given timeout [ms], kill it
// CLI --capture-timeout 5000
Expand Down

0 comments on commit b4bc622

Please sign in to comment.