nvim-treesitter/.travis.yml
2020-07-06 11:15:17 +02:00

11 lines
209 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:
- ./scripts/style-check.sh