nvim-treesitter/.travis.yml
2020-07-05 19:21:06 +02:00

11 lines
213 B
YAML

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