From 7e5623a206631183de8d99bb617d34c8cf26c9b0 Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 2 Jul 2016 18:22:53 +0200 Subject: [PATCH] luacheck install fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53998d6..15b3875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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