smart_villages/.travis.yml

13 lines
227 B
YAML
Raw Permalink Normal View History

2018-04-13 09:38:31 -07:00
language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck --no-color .
notifications:
2018-04-20 08:57:27 -07:00
email:
on_failure: change