luacheck install fix

This commit is contained in:
kikito 2016-07-02 18:22:53 +02:00
parent a2144276e1
commit 7e5623a206
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_install:
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
install:
- luarocks install luacheck
- luarocks install luacheck --deps-mode=none
- luarocks install busted
- luarocks install luacov
- luarocks install luacov-coveralls