From 8d126bc281ea9d9e62e37ec7f604fcd2157044a0 Mon Sep 17 00:00:00 2001
From: Joe Rickerby <joerick@mac.com>
Date: Tue, 6 Jun 2023 16:11:19 +0100
Subject: [PATCH] Try removing the offending line

---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4256a69bc..cf45e94e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,8 +37,6 @@ jobs:
       language: shell
       before_install:
         - choco upgrade python3 -y --version 3.7.9 --limit-output
-        # Update root certificates to fix SSL error; see http://www.chawn.com/RootCerts.htm
-        - powershell "md C:\temp\certs; CertUtil -generateSSTFromWU C:\temp\certs\RootStore.sst; Get-ChildItem -Path C:\\temp\certs\Rootstore.sst | Import-Certificate -CertStoreLocation Cert:\\LocalMachine\\Root\\ | out-null"
       env:
         - PYTHON=C:\\Python37\\python