Fixup saucelabs

For some reason, today, firefox sessions fail to spin up when the
platform is not explicitly set to linux.
pull/749/head
lilia 10 years ago
parent d93bacb76e
commit c89d5e59a3

@ -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,

Loading…
Cancel
Save