gauges/.travis.yml

17 lines
322 B
YAML
Raw Permalink Normal View History

dist: bionic
language: python
2019-02-22 01:37:49 +01:00
python:
- 3.7.1
2019-02-22 01:37:49 +01:00
install:
- sudo apt-get update -qq
- sudo apt-get install -qqq luarocks
- pip3 install pre-commit
- luarocks install --local luacheck
2019-02-22 01:37:49 +01:00
script:
2019-04-03 00:29:43 +02:00
# All linters are run with pre-commit hooks
- export PATH="$HOME/.luarocks/bin:$PATH"
- pre-commit run --all-files