diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2018-03-15 22:53:17 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2018-03-15 22:53:17 +0300 |
commit | 435e0f3a27ec3df244881ba0c9b1989de913b41f (patch) | |
tree | c3a459365b82664d4c6cabff471c5c158a057bd0 | |
parent | a7bda31a720167607f608ba02a7b151bb744c28e (diff) | |
download | luarocks-435e0f3a27ec3df244881ba0c9b1989de913b41f.tar.gz luarocks-435e0f3a27ec3df244881ba0c9b1989de913b41f.tar.bz2 luarocks-435e0f3a27ec3df244881ba0c9b1989de913b41f.zip |
Use latest stable LuaRocks on Appveyor
-rw-r--r-- | appveyor.yml | 2 |
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: | |||
38 | before_build: | 38 | before_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 | ||
44 | build_script: | 44 | build_script: |