From 7cb71388d146613dda0e3f9f7f0338d5766450fd Mon Sep 17 00:00:00 2001 From: Damien Pobel Date: Wed, 26 Jul 2017 16:40:04 +0200 Subject: [PATCH] Configured Travis and SauceLabs to run test with Firefox beta This allows to workaround a weird issue with Firefox 54 --- .travis.yml | 2 +- wct.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4dea3fc..a9b7019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_script: - bower install addons: - firefox: latest + firefox: latest-beta apt: sources: - google-chrome diff --git a/wct.conf.json b/wct.conf.json index 69f857c..c479e2a 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -17,7 +17,7 @@ }, { "browserName": "firefox", "platform": "macOS 10.12", - "version": "latest" + "version": "beta" }, { "browserName": "firefox", "platform": "Windows 10",