luacheck install fix

remove luacheck
This commit is contained in:
kikito 2016-07-02 19:08:52 +02:00
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: