mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
adds luacheck to travis
This commit is contained in:
parent
49579a59f4
commit
443dd5e3f5
@ -14,11 +14,13 @@ before_install:
|
||||
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
|
||||
|
||||
install:
|
||||
- luarocks install luacheck
|
||||
- luarocks install busted
|
||||
- luarocks install luacov
|
||||
- luarocks install luacov-coveralls
|
||||
|
||||
script:
|
||||
- luacheck --std max+busted *.lua spec
|
||||
- busted --verbose --coverage
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user