minetest-mod-maptools/.travis.yml

16 lines
267 B
YAML
Raw Normal View History

dist: bionic
language: python
2019-03-06 01:28:16 -08:00
python:
- 3.7.1
2019-03-06 01:28:16 -08:00
install:
- sudo apt-get update -qq
- sudo apt-get install -qqq luarocks
- pip3 install pre-commit
2019-03-06 01:28:16 -08:00
- luarocks install --local luacheck
script:
- pre-commit run --all-files
2019-03-06 01:28:16 -08:00
- $HOME/.luarocks/bin/luacheck .