cucina_vegana/.travis.yml
2019-07-16 23:10:38 +02:00

14 lines
200 B
YAML

language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false