microexpansion/.travis.yml
2020-02-26 16:42:37 +01:00

24 lines
434 B
YAML

language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
env:
- CONFIG=.luacheck_tidy
- CONFIG=.luacheckrc
matrix:
allow_failures:
- name: "beauty check"
env: CONFIG=.luacheck_tidy
exclude:
- name: "health check"
env: CONFIG=.luacheckrc
script:
- $HOME/.luarocks/bin/luacheck --config $CONFIG .
notifications:
email:
on_failure: change