File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # This config is based on lightline.vim <https://github.com/itchyny/lightline.vim/blob/master/.travis.yml>
2+
13language : ruby
24rvm :
35 - 2.0.0
@@ -6,5 +8,24 @@ install:
68before_script :
79 - bundle install
810 - bundle show
11+ - (if ! test -d $HOME/vim-$VIM_VERSION/bin; then
12+ git clone https://github.com/vim/vim $HOME/vim &&
13+ cd $HOME/vim &&
14+ git checkout v$VIM_VERSION &&
15+ ./configure --prefix=$HOME/vim-$VIM_VERSION &&
16+ make &&
17+ make install;
18+ fi)
19+
20+ cache :
21+ directories :
22+ - $HOME/vim-$VIM_VERSION
23+
24+ env :
25+ - VIM_VERSION=8.0.0000
26+ - VIM_VERSION=7.4
27+
928script :
29+ - export PATH=$HOME/vim-$VIM_VERSION/bin:$PATH
30+ - cd $TRAVIS_BUILD_DIR
1031 - rake ci
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem 'vim-flavor' , '~> 1.1 '
3+ gem 'vim-flavor' , '~> 2.2.2 '
44gem 'rake'
You can’t perform that action at this time.
0 commit comments