summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-14 20:30:57 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-14 20:30:57 +0200
commit4bf3f6c300255a472d4bca9acbbb67b7f396a527 (patch)
tree5a985cf17da08f0fb337442bd7d7cd18ef44ff38
parent4a80e945ada9f8b400cee71605c65151eed75b98 (diff)
downloadvim-polyglot-4bf3f6c300255a472d4bca9acbbb67b7f396a527.tar.gz
vim-polyglot-4bf3f6c300255a472d4bca9acbbb67b7f396a527.zip
Add travis badge and additional info in features
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9f3f179..ec3119b2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# vim-polyglot
+# vim-polyglot [![Build Status][travis-img-url]][travis-url]
+
+[travis-img-url]: https://travis-ci.org/sheerun/vim-polyglot.png
+[travis-url]: https://travis-ci-org/sheerun/vim-polyglot
A collection of language packs for Vim.
@@ -9,6 +12,7 @@ One to rule them all, one to find them, one to bring them all and in the darknes
- It clones even faster as all unnecessary files are ignored (like enormous documentation from php support).
- Best syntax and indentation support. If someone releases better language pack, it will be replaced here.
- No support for esoteric languages (vim-polyglot supports modern ones like `slim` though).
+- Each build is tested by automated Travis CI setup using vimrunner gem. Spee `spec` directory.
## Installation