From 48917f34a32b93fef24f9144359fde4b54b54bc5 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Thu, 26 Dec 2019 18:22:32 +0900 Subject: [PATCH] update .travis.yml test update aaa update update ci fix commit update vim update update .travis.yml update travis.yml update update update .travis.yml fix syntax error update Gem update path delete bundle install add license --- .travis.yml | 25 ++++++++++++++++++++++++- Gemfile | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71bd7c81..378e746b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,31 @@ +# This config is based on lightline.vim + language: ruby before_install: - curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim - curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/molokai.vim" -o autoload/airline/themes/molokai.vim - mkdir colors && curl -f -L 'https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim' -o colors/molokai.vim + - (if ! test -d $HOME/vim-$VIM_VERSION/bin; then + git clone https://github.com/vim/vim $HOME/vim && + cd $HOME/vim && + git checkout v$VIM_VERSION && + ./configure --prefix=$HOME/vim-$VIM_VERSION && + make && + make install; + fi) #rvm: # - 1.9.3 -script: rake ci +cache: + directories: + - $HOME/vim-$VIM_VERSION + +env: + - VIM_VERSION=8.2.0000 + - VIM_VERSION=8.1.0000 + - VIM_VERSION=8.0.0000 + - VIM_VERSION=7.4 + +script: + - export PATH=$HOME/vim-$VIM_VERSION/bin:$PATH + - cd $TRAVIS_BUILD_DIR + - rake ci diff --git a/Gemfile b/Gemfile index 088f22e3..723a32db 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ source 'https://rubygems.org' -gem 'vim-flavor', '~> 1.1' +gem 'vim-flavor', '~> 2.2.2'