1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00

appveyor: never save cache after a failed CI run

This commit is contained in:
Bert Belder 2018-08-13 20:32:16 +02:00
parent 3f7d61a589
commit 6326ae72b6
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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 }