From 6326ae72b6de113b9088e052b3e35f4d3486e1f2 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 13 Aug 2018 20:32:16 +0200 Subject: appveyor: never save cache after a failed CI run --- .appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f7ce54c00..6857dc96b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -180,11 +180,6 @@ before_build: build_script: - python tools\build.py -after_build: - # The build completed successfully; make sure the cache gets saved even if - # some tests fail. - - ps: $env:APPVEYOR_SAVE_CACHE_ON_ERROR = "true" - test_script: - python tools\lint.py - ps: Exec { & python tools\test.py $env:DENO_BUILD_PATH } -- cgit v1.2.3