summaryrefslogtreecommitdiff
path: root/moreores/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'moreores/.travis.yml')
-rw-r--r--moreores/.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/moreores/.travis.yml b/moreores/.travis.yml
new file mode 100644
index 0000000..1c4c0d8
--- /dev/null
+++ b/moreores/.travis.yml
@@ -0,0 +1,15 @@
+language: generic
+
+addons:
+ apt:
+ packages:
+ - luarocks
+
+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 .