From 162485d3032dc95551509d44ed5949ecd3f9a9bf Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 7 Jan 2014 11:53:17 -0800 Subject: chore(travis): use FF26 I think it's better to not specify the version as that should give the latest available version. We should probably revert this commit at some point.--- karma-shared.conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 5de50ab6..e6e0dd0f 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -36,7 +36,8 @@ module.exports = function(config, specificOptions) { }, 'SL_Firefox': { base: 'SauceLabs', - browserName: 'firefox' + browserName: 'firefox', + version: '26' }, 'SL_Safari': { base: 'SauceLabs', -- cgit v1.2.3