Remove cache dependency on appveyor.yml.

This commit is contained in:
cheatfate 2018-11-08 00:31:20 +02:00
parent 6b009b26ef
commit 4215b9cbdb

View File

@ -1,9 +1,9 @@
version: '{build}'
cache:
- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -> .appveyor.yml
- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -> .appveyor.yml
- Nim -> .appveyor.yml
- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
- Nim
matrix:
# We always want 32 and 64-bit compilation
@ -84,4 +84,3 @@ test_script:
- nimble test
deploy: off