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: