aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2014-01-07 11:53:17 -0800
committerVojta Jina2014-01-07 11:53:17 -0800
commit162485d3032dc95551509d44ed5949ecd3f9a9bf (patch)
tree9589a43030c314aad5f1a0983be199498c652277
parentaffcbad501ad5e17b8cb30ad8a2c0d1de6686722 (diff)
downloadangular.js-162485d3032dc95551509d44ed5949ecd3f9a9bf.tar.bz2
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.
-rw-r--r--karma-shared.conf.js3
1 files changed, 2 insertions, 1 deletions
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',