Skip to content

Commit 6931780

Browse files
authored
Fix travis
1 parent 3322006 commit 6931780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- mkdir -p ~/tmp/nvim/bin
3434
- curl -L https://github.com/neovim/neovim/releases/download/v0.4.3/nvim.appimage -o ~/tmp/nvim/bin/nvim
3535
- chmod u+x ~/tmp/nvim/bin/nvim
36+
37+
before_script:
38+
- cd $HOME/build/heavenshell/vim-jsdoc
39+
- make install
3640

3741
script:
3842
- cd $HOME/build/heavenshell/vim-jsdoc/tests

0 commit comments

Comments
 (0)