summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-08-13 20:32:16 +0200
committerBert Belder <bertbelder@gmail.com>2018-08-17 21:25:11 +0200
commit6326ae72b6de113b9088e052b3e35f4d3486e1f2 (patch)
treeeee793b24a0d91b74bdcd80d5a3f520098efcd2e
parent3f7d61a5890edb1fab62b92332252604e9b07235 (diff)
appveyor: never save cache after a failed CI run
-rw-r--r--.appveyor.yml5
1 files changed, 0 insertions, 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 }