From 5e98ee951cf8724061daab4cde2a3721ad5e7cf7 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Mon, 20 Jan 2020 12:08:01 -0800 Subject: [PATCH] Realign the browser testing matrix to match current reality * Use Windows instead of Linux so we can get current browsers from Sauce. * Test against the version of Firefox that corresponds to ESR as well as latest. * Test the latest Edge rather than a specific older version. * Test Safari 8 and 13 instead of 8, 9 and 10. What works in those versions is likely to work in the ones in between. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ad46565..3a2cb0db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,19 +27,19 @@ matrix: if: type != pull_request addons: sauce_connect: true - - env: JASMINE_BROWSER="firefox" SAUCE_BROWSER_VERSION='' SAUCE_OS="Linux" + - env: JASMINE_BROWSER="firefox" SAUCE_BROWSER_VERSION='' SAUCE_OS="Windows 10" if: type != pull_request addons: sauce_connect: true - - env: JASMINE_BROWSER="chrome" SAUCE_BROWSER_VERSION='' SAUCE_OS="Linux" + - env: JASMINE_BROWSER="firefox" SAUCE_BROWSER_VERSION='68' SAUCE_OS="Windows 10" if: type != pull_request addons: sauce_connect: true - - env: JASMINE_BROWSER="safari" SAUCE_BROWSER_VERSION="10" SAUCE_OS="OS X 10.12" + - env: JASMINE_BROWSER="chrome" SAUCE_BROWSER_VERSION='' SAUCE_OS="Windows 10" if: type != pull_request addons: sauce_connect: true - - env: JASMINE_BROWSER="safari" SAUCE_BROWSER_VERSION="9" SAUCE_OS="OS X 10.11" + - env: JASMINE_BROWSER="safari" SAUCE_BROWSER_VERSION="13" SAUCE_OS="OS X 10.13" if: type != pull_request addons: sauce_connect: true @@ -47,7 +47,7 @@ matrix: if: type != pull_request addons: sauce_connect: true - - env: JASMINE_BROWSER="MicrosoftEdge" SAUCE_BROWSER_VERSION="15" SAUCE_OS="Windows 10" + - env: JASMINE_BROWSER="MicrosoftEdge" SAUCE_BROWSER_VERSION="" SAUCE_OS="Windows 10" if: type != pull_request addons: sauce_connect: true