From 5297100c7cbd7b6609c487750e44fcf8707e99cc Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 2 Jul 2016 19:08:52 +0200 Subject: [PATCH] luacheck install fix remove luacheck --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15b3875..90bd434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: