nvim-treesitter/.travis.yml
2020-07-04 18:54:15 +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