auroras/.travis.yml

13 lines
199 B
YAML
Raw Permalink Normal View History

2021-04-02 16:17:08 -07:00
language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false