diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..67166d8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: generic + +addons: + apt: + packages: + - luarocks + +before_install: | + pyenv global 3.6.3 + pip3 install --user pre-commit + luarocks install --local luacheck + +script: | + "$HOME/.local/bin/pre-commit" run --all-files + "$HOME/.luarocks/bin/luacheck" .