capturetheflag/.travis.yml
2018-04-06 14:04:56 +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