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
|
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- 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
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- luacheck --no-unused-args --std max+busted *.lua spec
|
|
||||||
- busted --verbose --coverage
|
- busted --verbose --coverage
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user