Commit a8bb2b5a by Jon Jackson

Switch karma browser to Firefox for Travis

parent 518e296c
......@@ -5,8 +5,6 @@ cache:
directories:
- node_modules
- bower_components
addons:
chrome: stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
......
......@@ -77,7 +77,7 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows)
// CLI --browsers Chrome,Firefox,Safari
browsers: [process.env.TRAVIS ? 'Chrome' : 'Chrome'],
browsers: [process.env.TRAVIS ? 'Firefox' : 'Chrome'],
// If browser does not capture in given timeout [ms], kill it
// CLI --capture-timeout 5000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment