Set up Travis CI

此提交包含在:
Hugo Locurcio
2019-03-06 10:28:32 +01:00
父節點 3da5fbdc6d
當前提交 19e060c31e

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