summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }