minetest-toolranks-extras/.travis.yml

19 lines
321 B
YAML
Raw Normal View History

2020-02-21 01:12:19 +01:00
language: python
2020-07-09 13:28:19 +02:00
sudo: false
addons:
apt:
packages:
- luarocks
cache:
timeout: 1000
directories:
- $HOME/.luarocks
before_install:
2020-02-21 01:12:19 +01:00
- luarocks install --local luacheck
2020-07-09 13:28:19 +02:00
- pip3 install pre-commit
2020-02-21 01:12:19 +01:00
script:
- pre-commit run --all-files
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false