1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2024-09-21 01:00:17 +02:00
awards/.travis.yml
2018-04-04 15:36:27 +01:00

13 lines
210 B
YAML

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