From c89d5e59a3a10aacc296f94797fe7b3f138a0f65 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 29 Jul 2015 17:14:17 -0700 Subject: [PATCH] Fixup saucelabs For some reason, today, firefox sessions fail to spin up when the platform is not explicitly set to linux. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 645ca8272..5522e8285 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -178,7 +178,7 @@ module.exports = function(grunt) { build: process.env.TRAVIS_JOB_ID, browsers: [ { browserName: 'chrome', version: '40' }, - { browserName: 'firefox', version: '34' } + { platform: 'linux', browserName: 'firefox', version: '34' } ], testname: 'TextSecure-Browser Tests', 'max-duration': 300,