Skip to content

Commit 88c42fe

Browse files
authored
Add test for neovim
1 parent bf1af1e commit 88c42fe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ jobs:
2727
script:
2828
- cd $HOME/build/heavenshell/vim-jsdoc/tests
2929
- VIM_EXE=$HOME/bin/vim/bin/vim ./run.sh
30+
31+
- env: ENV="Neovim"
32+
install:
33+
- mkdir -p ~/tmp/nvim/bin
34+
- curl -L https://github.com/neovim/neovim/releases/download/v0.4.3/nvim.appimage -o ~/tmp/nvim/bin/nvim
35+
- chmod u+x ~/tmp/nvim/bin/nvim
36+
37+
script:
38+
- VIM_EXE=$HOME/tmp/nvim/bin/nvim ./run.sh

0 commit comments

Comments
 (0)