diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e4ab56c --- /dev/null +++ b/.travis.yml @@ -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 ! diff --git a/README.md b/README.md index 1ea4574..4ba11ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![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.