Browse Source

Travis-CI integration

Junegunn Choi 11 years ago
parent
commit
58891e05be
2 changed files with 13 additions and 0 deletions
  1. 12 0
      .travis.yml
  2. 1 0
      README.md

+ 12 - 0
.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 !

+ 1 - 0
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.