mirror of
https://github.com/minetest-mods/gauges.git
synced 2025-01-03 14:50:21 +01:00
Set up Travis CI
This commit is contained in:
parent
8730c50a75
commit
1903516aab
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -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" .
|
Loading…
Reference in New Issue
Block a user