forked from minetest-mods/MoreMesecons
luacheck install fix
remove luacheck
This commit is contained in:
parent
8603af5e23
commit
5297100c7c
@ -14,13 +14,11 @@ before_install:
|
||||
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
|
||||
|
||||
install:
|
||||
- luarocks install luacheck --deps-mode=none
|
||||
- luarocks install busted
|
||||
- luarocks install luacov
|
||||
- luarocks install luacov-coveralls
|
||||
|
||||
script:
|
||||
- luacheck --no-unused-args --std max+busted *.lua spec
|
||||
- busted --verbose --coverage
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user