weather/.travis.yml

12 lines
208 B
YAML
Raw Normal View History

2018-04-13 18:54:22 +02:00
language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck --no-color .
notifications:
email: false