Use GitLab CI instead of Travis

This commit is contained in:
rubenwardy 2023-05-19 16:35:07 +01:00
parent 5514c35409
commit b769e93412
2 changed files with 8 additions and 12 deletions

8
.gitlab-c.yml Normal file
View File

@ -0,0 +1,8 @@
image: abaez/luarocks
test:
stage: test
before_script:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck .

View File

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