aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2018-03-15 22:53:17 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2018-03-15 22:53:17 +0300
commit435e0f3a27ec3df244881ba0c9b1989de913b41f (patch)
treec3a459365b82664d4c6cabff471c5c158a057bd0
parenta7bda31a720167607f608ba02a7b151bb744c28e (diff)
downloadluarocks-435e0f3a27ec3df244881ba0c9b1989de913b41f.tar.gz
luarocks-435e0f3a27ec3df244881ba0c9b1989de913b41f.tar.bz2
luarocks-435e0f3a27ec3df244881ba0c9b1989de913b41f.zip
Use latest stable LuaRocks on Appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 18bb858e..87e49122 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,7 +38,7 @@ init:
38before_build: 38before_build:
39 - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH 39 - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH
40 - pip install hererocks 40 - pip install hererocks
41 - hererocks lua_install --%LUA% --luarocks @luarocks-3 --target=%COMPILER% 41 - hererocks lua_install --%LUA% --luarocks latest --target=%COMPILER%
42 - call lua_install\bin\activate 42 - call lua_install\bin\activate
43 43
44build_script: 44build_script: