From f322aaf715b50689fb4abf6f848fe91fe577db53 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Wed, 1 May 2019 22:13:28 +0200 Subject: [PATCH] CI: Require Chrome instead of Firefox to succeed Sauce Labs seems to be having issues with Firefox. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ce19610..1a088d58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,11 @@ matrix: env: OPENPGP_NODE_JS='12' OPENPGPJSTEST='unit' - node_js: "9" env: BROWSER='Firefox' VERSION='26' PLATFORM='macOS 10.13' OPENPGPJSTEST='saucelabs' COMPAT=1 - - node_js: "10" + - node_js: "9" env: BROWSER='Firefox' VERSION='61' PLATFORM='macOS 10.13' OPENPGPJSTEST='saucelabs' - node_js: "9" env: BROWSER='Chrome' VERSION='49' PLATFORM='macOS 10.13' OPENPGPJSTEST='saucelabs' COMPAT=1 - - node_js: "9" + - node_js: "10" env: BROWSER='Chrome' VERSION='68' PLATFORM='macOS 10.13' OPENPGPJSTEST='saucelabs' - node_js: "9" env: BROWSER='Internet Explorer' VERSION='11.103' PLATFORM='Windows 10' OPENPGPJSTEST='saucelabs' COMPAT=1