summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-20 13:12:31 +0800
committerTitanSnow <[email protected]>2017-05-20 13:12:31 +0800
commitb789aa55398d8be36ee54327cbb90fc8f2f59035 (patch)
tree1c143555e207fb8489406f847ad9b1655491a9e5
parent0347d349403531dfd8c6bee67e9b059f48e784e3 (diff)
fix luacov installation
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5c68748fa..a996eb142 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,9 +12,10 @@ install:
- ps: Expand-Archive luarocks.zip
- ps: Copy-Item -Recurse luarocks\luarocks-2.4.2-win32\win32\lua5.1 C:\lua
- cmd: cd luarocks\luarocks-2.4.2-win32
- - cmd: install.bat
+ - cmd: install.bat /Q
- cmd: cd ..\..
- ps: Remove-Item luarocks -Recurse -Force
+ - ps: Remove-Item luarocks.zip
- cmd: luarocks install luacov
build_script: