Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 32bde5c

Browse files
committed
ci: add luacheck
1 parent d01cde2 commit 32bde5c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: generic
2+
3+
os:
4+
- linux
5+
6+
before_install:
7+
- sudo apt-get update
8+
- sudo apt-get install
9+
- sudo apt install -y lua5.1 luarocks
10+
- sudo luarocks install luacheck
11+
12+
jobs:
13+
include:
14+
- stage: luacheck
15+
# build plugin first, then run the test from neovim
16+
script: luacheck lua/*
17+
os: linux
18+
19+
git:
20+
depth: 3
21+

0 commit comments

Comments
 (0)