More travis
This commit is contained in:
parent
8d2b6c4085
commit
9d7d848993
18
.travis.yml
18
.travis.yml
@ -1,19 +1,19 @@
|
|||||||
language: vim
|
language: ruby
|
||||||
|
|
||||||
before_script: |
|
before_script:
|
||||||
git clone https://github.com/junegunn/vader.vim.git
|
- git clone https://github.com/junegunn/vader.vim.git
|
||||||
git clone https://github.com/vim/vim
|
- git clone --depth 1 https://github.com/vim/vim
|
||||||
cd vim
|
cd vim
|
||||||
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp
|
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp
|
||||||
make -j4
|
make -j4
|
||||||
sudo make install
|
sudo make install
|
||||||
cd -
|
cd -
|
||||||
|
- export PATH="/usr/local/bin:$PATH"
|
||||||
script: |
|
|
||||||
export PATH="/usr/local/bin:$PATH"
|
|
||||||
export LD_LIBRARY_PATH=~/.rvm/rubies/ruby-2.2.3/lib
|
export LD_LIBRARY_PATH=~/.rvm/rubies/ruby-2.2.3/lib
|
||||||
vim --version
|
|
||||||
vim -Nu <(cat << VIMRC
|
script:
|
||||||
|
- vim --version
|
||||||
|
- vim -Nu <(cat << VIMRC
|
||||||
let &rtp = '.,' . &rtp
|
let &rtp = '.,' . &rtp
|
||||||
let &rtp .= ',after'
|
let &rtp .= ',after'
|
||||||
let &rtp .= ',vader.vim'
|
let &rtp .= ',vader.vim'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user