moreblocks/.travis.yml

16 lines
267 B
YAML
Raw Normal View History

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