diff --git a/.gitlab-c.yml b/.gitlab-c.yml new file mode 100644 index 0000000..1e20853 --- /dev/null +++ b/.gitlab-c.yml @@ -0,0 +1,8 @@ +image: abaez/luarocks + +test: + stage: test + before_script: + - luarocks install --local luacheck + script: + - $HOME/.luarocks/bin/luacheck . diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 077e778..0000000 --- a/.travis.yml +++ /dev/null @@ -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