moreores/.travis.yml

16 lines
272 B
YAML
Raw Normal View History

2019-03-06 10:28:32 +01:00
language: generic
addons:
apt:
packages:
- luarocks
install:
- pyenv global 3.6.3
- pip3 install --user pre-commit
- luarocks install --local luacheck
script:
2019-04-01 11:02:31 +02:00
# All linters are run with pre-commit hooks
2019-03-06 10:28:32 +01:00
- $HOME/.local/bin/pre-commit run --all-files