mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Also run sauce tests in firefox
This commit is contained in:
@@ -140,7 +140,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
urls: ['http://127.0.0.1:9999/test/index.html', 'http://127.0.0.1:9999/libtextsecure/test/index.html'],
|
||||
build: process.env.TRAVIS_JOB_ID,
|
||||
browsers: [{ browserName: 'chrome', version: '38' }],
|
||||
browsers: [{ browserName: 'chrome', version: '38' }, { browserName: 'firefox', version: '34' }],
|
||||
testname: 'TextSecure-Browser Tests'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user