From f1900bf4128983bf48e8093c4b6c0bc1b45b589e Mon Sep 17 00:00:00 2001 From: mpeterv Date: Thu, 29 Oct 2015 11:57:45 +0300 Subject: [PATCH] Do not install LuaRocks on appveyor yet --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2a71fd0..f488300 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,8 +16,6 @@ install: cinst python before_build: set PATH=C:\mingw\bin;%PATH% -build_script: python hererocks.py here --lua "%LUA%" --luarocks 2.1.2 --verbose +build_script: python hererocks.py here --lua "%LUA%" --verbose -test_script: - - here\bin\lua -v - - here\bin\luarocks --version +test_script: here\bin\lua -v