1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-14 06:10:30 +01:00
scifi_nodes/.travis.yml
2019-10-08 08:14:03 +02: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