diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-04-10 21:01:19 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-04-10 21:01:19 +0200 |
commit | 3e36af2cfabfd5de4f1daebdba9a68194b6344e9 (patch) | |
tree | b3f5b29e6e680b077f86a058859c565edd97def9 /appveyor.yml | |
parent | 3413a110919f84951d45d11c2d16578dc05b420b (diff) | |
download | curl-3e36af2cfabfd5de4f1daebdba9a68194b6344e9.tar.gz |
appveyor: partially revert 3413a110 to keep build without proxy
Ref: #5211 and #4526
Reported-by: Marcel Raad
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7e316593c..19e37a1a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -192,8 +192,8 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" BUILD_SYSTEM: autotools TESTING: ON - DISABLED_TESTS: "~19 ~504 ~704 ~705 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003" - CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver" + DISABLED_TESTS: "~19 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003" + CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver --disable-proxy" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: autotools TESTING: ON |