mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Travis-CI integration
This commit is contained in:
parent
baf7b18f73
commit
58891e05be
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: vim
|
||||||
|
|
||||||
|
before_script: |
|
||||||
|
hg clone https://code.google.com/p/vim/
|
||||||
|
cd vim
|
||||||
|
./configure --with-features=huge --enable-rubyinterp
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
cd -
|
||||||
|
|
||||||
|
script: |
|
||||||
|
test/run !
|
@ -1,4 +1,5 @@
|
|||||||
![vim-plug](https://raw.github.com/junegunn/vim-plug/master/plug.png)
|
![vim-plug](https://raw.github.com/junegunn/vim-plug/master/plug.png)
|
||||||
|
![travis-ci](https://travis-ci.org/junegunn/vim-plug.svg?branch=master)
|
||||||
|
|
||||||
A single-file Vim plugin manager.
|
A single-file Vim plugin manager.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user