Gruntfile: Remove firefox target in sauce labs task

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-19 17:23:15 -07:00
parent b985228160
commit 7b55fde92d

View file

@ -198,7 +198,6 @@ module.exports = function(grunt) {
build: process.env.TRAVIS_JOB_ID,
browsers: [
{ browserName: 'chrome', version: '41' },
{ platform: 'linux', browserName: 'firefox', version: '34' }
],
testname: 'TextSecure-Browser Tests',
'max-duration': 300,