mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
Add Travis CI with luacheck
This commit is contained in:
parent
07cd0b4d8c
commit
1ce1c73249
3 changed files with 28 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
language: c
|
||||
dist: bionic
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo add-apt-repository universe
|
||||
- sudo apt install luarocks -y
|
||||
- sudo luarocks install luacheck
|
||||
|
||||
script:
|
||||
- luacheck **/**/*.lua --codes
|
||||
Loading…
Add table
Add a link
Reference in a new issue