Commit ec7f137bb13f12127ced7a70736727a5724414ff

Authored by Shrikant Sharat
1 parent b6f10e7c7f

Add build status badge to README.

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

1 1 # Antigen <sup>&beta;</sup>
2 2  
  3 +[![Build Status](https://secure.travis-ci.org/zsh-users/antigen.png)](http://travis-ci.org/zsh-users/antigen)
  4 +
3 5 Antigen is a small set of functions that help you easily manage your shell (zsh)
4 6 plugins, called bundles. The concept is pretty much the same as bundles in a
5 7 typical vim+pathogen setup. Antigen is to zsh, what [Vundle][] is to vim.