We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3322006 commit 6931780Copy full SHA for 6931780
1 file changed
.travis.yml
@@ -33,6 +33,10 @@ jobs:
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
+ before_script:
38
+ - cd $HOME/build/heavenshell/vim-jsdoc
39
+ - make install
40
41
script:
42
- cd $HOME/build/heavenshell/vim-jsdoc/tests
0 commit comments