diff --git a/appveyor.yml b/appveyor.yml index 062e89d..38eb43c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: 1.0.{build} shallow_clone: true +cache: + - downloads + environment: matrix: - Lua: lua 5.3 @@ -14,7 +17,7 @@ configuration: build_script: - PATH %CD%\here\bin;C:\mingw\bin;%PATH% - - python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% + - python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache test_script: - lua -v