mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-08-09 18:20:20 +02:00
Use GitLab CI instead of Travis
This commit is contained in:
8
.gitlab-c.yml
Normal file
8
.gitlab-c.yml
Normal file
@ -0,0 +1,8 @@
|
||||
image: abaez/luarocks
|
||||
|
||||
test:
|
||||
stage: test
|
||||
before_script:
|
||||
- luarocks install --local luacheck
|
||||
script:
|
||||
- $HOME/.luarocks/bin/luacheck .
|
Reference in New Issue
Block a user