From a9cf4bd93e02d5eea9e6c94bc01e1481954cd6fa Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 5 Mar 2015 18:28:02 -0800 Subject: [PATCH] Update test config to run against latest Chrome Break up some long lines while I'm here. --- Gruntfile.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5d678d01..5bfc8cc5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -202,9 +202,16 @@ module.exports = function(grunt) { 'saucelabs-mocha': { all: { options: { - urls: ['http://127.0.0.1:9999/test/index.html', 'http://127.0.0.1:9999/libtextsecure/test/index.html', 'http://127.0.0.1:9999/libaxolotl/test/index.html'], + urls: [ + 'http://127.0.0.1:9999/test/index.html', + 'http://127.0.0.1:9999/libtextsecure/test/index.html', + 'http://127.0.0.1:9999/libaxolotl/test/index.html' + ], build: process.env.TRAVIS_JOB_ID, - browsers: [{ browserName: 'chrome', version: '38' }, { browserName: 'firefox', version: '34' }], + browsers: [ + { browserName: 'chrome', version: '40' }, + { browserName: 'firefox', version: '34' } + ], testname: 'TextSecure-Browser Tests' } }