From 8ddcb46f4e3550a9066da636968f8c8eb6e99161 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Mon, 28 Mar 2016 13:53:54 +0300 Subject: [PATCH] Install lua-term == 0.3 0.4 is broken on Windows. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 2f4d9ff..4052fc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,7 @@ build_script: python hererocks.py here --%LUA% --luarocks ^^ --verbose test_script: - here\bin\lua -v - here\LuaRocks\luarocks --version + - here\LuaROcks\luarocks install lua-term 0.3 - here\LuaRocks\luarocks install busted - dir here - dir here\bin