Set up Travis CI

This commit is contained in:
Hugo Locurcio
2019-03-06 10:28:16 +01:00
parent cca390e9ea
commit 83083dc98d

15
.travis.yml Normal file
View File

@ -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 .