From 56eae238f698de1d586a84e7c883032ce5ba7b77 Mon Sep 17 00:00:00 2001 From: poire-z Date: Wed, 6 Apr 2022 18:48:06 +0200 Subject: [PATCH] CI: force using luacheck 0.25.0 --- .ci/helper_luarocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/helper_luarocks.sh b/.ci/helper_luarocks.sh index 89c25aad3..5bb8faed0 100755 --- a/.ci/helper_luarocks.sh +++ b/.ci/helper_luarocks.sh @@ -14,7 +14,7 @@ travis_retry luarocks --local install ansicolors travis_retry luarocks --local install busted 2.0.0-1 #- mv -f $HOME/.luarocks/bin/busted_bootstrap $HOME/.luarocks/bin/busted -travis_retry luarocks --local install luacheck +travis_retry luarocks --local install luacheck 0.25.0-1 travis_retry luarocks --local install lanes # for parallel luacheck # used only on master branch but added to cache for better speed