mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-22 07:13:49 +01:00
Use GitLab CI instead of Travis
This commit is contained in:
parent
5514c35409
commit
b769e93412
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 .
|
12
.travis.yml
12
.travis.yml
@ -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
|
Loading…
Reference in New Issue
Block a user