diff --git a/.travis.yml b/.travis.yml index e8f7741c2f68..233e72d820b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,6 @@ install: script: - "busted --coverage spec/" - - "luacheck ." + - "luacheck kong/" after_success: "luacov-coveralls -i kong"