add .travis.yml
This commit is contained in:
parent
134f1e6371
commit
2183978c6f
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: generic
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- luarocks
|
||||
before_install:
|
||||
- luarocks install --local luacheck
|
||||
script:
|
||||
- $HOME/.luarocks/bin/luacheck ./
|
||||
notifications:
|
||||
email: false
|
Loading…
Reference in New Issue
Block a user