diff options
author | rubenwardy <rubenwardy@gmail.com> | 2018-04-04 15:35:56 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2018-04-04 15:36:27 +0100 |
commit | 2c4da0b88a29c74b2990efe40e8f26ed6ddac9f9 (patch) | |
tree | 00514d2dd8095682057c711f65f005027575a272 /.travis.yml | |
parent | 81aa0f1c82575f7ffe7faa99335523cba5e67bd2 (diff) |
Add luacheck
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..077e778 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: generic +sudo: false +addons: + apt: + packages: + - luarocks +before_install: + - luarocks install --local luacheck +script: +- $HOME/.luarocks/bin/luacheck --no-color . +notifications: + email: false |