Gruntfile: Remove firefox target in sauce labs task

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent b985228160
commit 7b55fde92d

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

Loading…
Cancel
Save