mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-08 01:44:44 +08:00
Travis-CI integration
This commit is contained in:
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 @@
|
|||||||

|

|
||||||
|

|
||||||
|
|
||||||
A single-file Vim plugin manager.
|
A single-file Vim plugin manager.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user