mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-07-12 13:20:38 +02:00
luacheck install fix
This commit is contained in:
@ -14,7 +14,7 @@ before_install:
|
|||||||
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
|
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- luarocks install luacheck
|
- luarocks install luacheck --deps-mode=none
|
||||||
- luarocks install busted
|
- luarocks install busted
|
||||||
- luarocks install luacov
|
- luarocks install luacov
|
||||||
- luarocks install luacov-coveralls
|
- luarocks install luacov-coveralls
|
||||||
|
Reference in New Issue
Block a user