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:
lilia 2015-07-29 17:14:17 -07:00
parent d93bacb76e
commit c89d5e59a3

View file

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