diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:49:26 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:49:26 +0000 |
| commit | 5a6ed5fcb3b89d0c2b4e8ba2953c4ba806d4b171 (patch) | |
| tree | 5be0c043b0c8d632e35a8b4ef7e23452b103b94d /vim/.vim/plugged/lightline.vim/.travis.yml | |
| parent | af821092fe78ef159d7cb6536bb006712dc01b9d (diff) | |
added vim dir
Diffstat (limited to 'vim/.vim/plugged/lightline.vim/.travis.yml')
| -rw-r--r-- | vim/.vim/plugged/lightline.vim/.travis.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vim/.vim/plugged/lightline.vim/.travis.yml b/vim/.vim/plugged/lightline.vim/.travis.yml new file mode 100644 index 0000000..b385a18 --- /dev/null +++ b/vim/.vim/plugged/lightline.vim/.travis.yml @@ -0,0 +1,28 @@ +language: generic + +sudo: false + +install: + - git clone --depth=1 https://github.com/thinca/vim-themis /tmp/themis + - (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) + +cache: + directories: + - $HOME/vim-$VIM_VERSION + +env: + - VIM_VERSION=8.0.0000 + - VIM_VERSION=7.4 + - VIM_VERSION=7.3 + +script: + - export PATH=$HOME/vim-$VIM_VERSION/bin:$PATH + - vim --version + - /tmp/themis/bin/themis --reporter spec |
