From d2ab8ddd5bf2f80ab7796ad32f40550a059774a8 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 12 Jan 2015 23:15:30 -1000 Subject: [PATCH] Use a newer chrome version One with webcrypto support --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index eadfef10c..d9ea8ba9b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } }