adds luacheck to travis

This commit is contained in:
kikito 2016-01-02 09:33:34 +01:00
parent 49579a59f4
commit 443dd5e3f5

View File

@ -14,11 +14,13 @@ 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 busted - luarocks install busted
- luarocks install luacov - luarocks install luacov
- luarocks install luacov-coveralls - luarocks install luacov-coveralls
script: script:
- luacheck --std max+busted *.lua spec
- busted --verbose --coverage - busted --verbose --coverage
after_success: after_success: