From 17ae1c9894db20e4a229dd34fcf4cf2607612a1a Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Fri, 24 Apr 2020 14:23:41 +1000 Subject: [PATCH] Removed unnecessary line in build matrix causing duplciate --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85cb26fd4..cbfe770b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,6 @@ env: - CONFIG_FILE=osx/snowleopard/snowleopard_safari_5-1.config.yml - CONFIG_FILE=windows/win10/win10_chrome_37.config.yml - CONFIG_FILE=windows/win10/win10_chrome_59.config.yml - - CONFIG_FILE=windows/win10/win10_chrome_81.config.yml - CONFIG_FILE=windows/win10/win10_firefox_32.config.yml - CONFIG_FILE=windows/win10/win10_firefox_68esr.config.yml - CONFIG_FILE=windows/win10/win10_firefox_75.config.yml