1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/bundle/CompleteParameter.vim/.travis.yml
2020-08-29 21:14:10 +08:00

23 lines
435 B
YAML
Vendored

language: vim
sudo: required
dist: trusty
os:
- linux
- osx
env:
- VIM_NAME=vim
- VIM_NAME=nvim
install:
- bash ./ci/travis_install.sh
- export PATH="$HOME/vim/bin:$PATH"
- if [[ "$TRAVIS_OS_NAME" == 'osx' ]] && [[ "$VIM_NAME" == 'nvim' ]]; then export PATH="./nvim-osx64/bin:$PATH"; fi
before_script: |
git clone --depth 1 https://github.com/junegunn/vader.vim.git
script: bash ./ci/travis_script.sh $VIM_NAME