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