minetest-toolranks-extras/.travis.yml
2020-02-21 01:30:26 +01:00

15 lines
266 B
YAML

language: python
install:
- sudo apt-get update -qq
- sudo apt-get install -qqq luarocks
- pip3 install pre-commit
- luarocks install --local luacheck
script:
- pre-commit run --all-files
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false