From 443dd5e3f57621da9aa94971dea63121967e8a59 Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 2 Jan 2016 09:33:34 +0100 Subject: [PATCH] adds luacheck to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 90bd434..91f7f93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,13 @@ before_install: - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH install: + - luarocks install luacheck - luarocks install busted - luarocks install luacov - luarocks install luacov-coveralls script: + - luacheck --std max+busted *.lua spec - busted --verbose --coverage after_success: