Add nvim to test

This commit is contained in:
leafOfTree
2021-04-01 09:59:42 +08:00
parent b617e1e110
commit 537af6139f

View File

@@ -1,6 +1,11 @@
dist: focal
language: minimal
before_install:
- sudo add-apt-repository ppa:neovim-ppa/stable -y
- sudo apt-get update
- sudo apt-get -y install neovim
install:
- git clone https://github.com/leafOfTree/test ../test --depth=1