Fixup saucelabs
For some reason, today, firefox sessions fail to spin up when the platform is not explicitly set to linux.
This commit is contained in:
parent
d93bacb76e
commit
c89d5e59a3
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ module.exports = function(grunt) {
|
||||||
build: process.env.TRAVIS_JOB_ID,
|
build: process.env.TRAVIS_JOB_ID,
|
||||||
browsers: [
|
browsers: [
|
||||||
{ browserName: 'chrome', version: '40' },
|
{ browserName: 'chrome', version: '40' },
|
||||||
{ browserName: 'firefox', version: '34' }
|
{ platform: 'linux', browserName: 'firefox', version: '34' }
|
||||||
],
|
],
|
||||||
testname: 'TextSecure-Browser Tests',
|
testname: 'TextSecure-Browser Tests',
|
||||||
'max-duration': 300,
|
'max-duration': 300,
|
||||||
|
|
Loading…
Reference in a new issue