Use a newer chrome version
One with webcrypto support
This commit is contained in:
parent
5c2006e159
commit
d2ab8ddd5b
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module.exports = function(grunt) {
|
||||||
options: {
|
options: {
|
||||||
urls: ['http://127.0.0.1:9999/test/index.html'],
|
urls: ['http://127.0.0.1:9999/test/index.html'],
|
||||||
build: process.env.TRAVIS_JOB_ID,
|
build: process.env.TRAVIS_JOB_ID,
|
||||||
browsers: [{ browserName: 'chrome' }],
|
browsers: [{ browserName: 'chrome', version: '38' }],
|
||||||
testname: 'TextSecure-Browser Tests'
|
testname: 'TextSecure-Browser Tests'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue