diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-08-13 20:32:16 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-08-17 21:25:11 +0200 |
commit | 6326ae72b6de113b9088e052b3e35f4d3486e1f2 (patch) | |
tree | eee793b24a0d91b74bdcd80d5a3f520098efcd2e | |
parent | 3f7d61a5890edb1fab62b92332252604e9b07235 (diff) |
appveyor: never save cache after a failed CI run
-rw-r--r-- | .appveyor.yml | 5 |
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 } |