From d864a964b233a21042d139e630dcccfe430efec2 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Fri, 3 Jan 2020 17:14:45 +0900 Subject: [PATCH] update unit test aa update .travis.yml update unit test update unit test update .travis.yml --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14416b8..bdbd109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,17 @@ cache: directories: - $HOME/.vvm +env: + - VIM_VERSION=8.2.0000 + - VIM_VERSION=8.1.1280 + - VIM_VERSION=8.1.0000 + - VIM_VERSION=8.0.0000 + before_install: - curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true - source ~/.vvm/etc/login - vvm update_itself - - vvm use vimorg--v8.1.1280 --install --with-features=huge + - vvm use vimorg--v$VIM_VERSION --install --with-features=huge before_script: | git clone https://github.com/junegunn/vader.vim.git