diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 10:30:29 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 10:30:29 -0500 |
commit | 91d57cadcc31e45ad31381e64d79540894fd8778 (patch) | |
tree | 627bdf95fa40715c859ab539dc1239e796967c37 /README.rst | |
parent | 2b3ff6e5f524b5aea0a31689e08e204e4fae0b36 (diff) | |
download | dotfiles-91d57cadcc31e45ad31381e64d79540894fd8778.tar.gz dotfiles-91d57cadcc31e45ad31381e64d79540894fd8778.tar.bz2 dotfiles-91d57cadcc31e45ad31381e64d79540894fd8778.zip |
Update travis badge for master branch only
I'm abandoning git-flow for a much simpler branching model:
https://gist.github.com/jbenet/ee6c9ac48068889b0912
Since the master branch must always be deployable, it makes sense to show the
travis badge for the master branch only.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Dotfile management made easy .. image:: https://pypip.in/v/dotfiles/badge.png :target: https://pypi.python.org/pypi/dotfiles -.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=develop +.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=master :target: http://travis-ci.org/jbernard/dotfiles ``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME`` |