luacheck install fix

remove luacheck
This commit is contained in:
kikito 2016-07-02 19:08:52 +02:00
parent 8603af5e23
commit 5297100c7c
1 changed files with 0 additions and 2 deletions

View File

@ -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: