From 2faa26a3b7fbbd7f3817063d3eeaca8887aa66ce Mon Sep 17 00:00:00 2001 From: Brian Knobbs Date: Sat, 27 Jun 2015 19:40:01 -0400 Subject: [PATCH] Added sample badges to README.md --- .travis.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b1ee98..05ffcf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: - TOXENV=py33 - TOXENV=py34 install: - - pip install tox + - pip install tox python-coveralls script: - tox after_success: diff --git a/README.md b/README.md index 10ad29c..fb48f62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Dotbot ====== +[![Build Status](https://travis-ci.org/PacketPerception/dotbot.svg?branch=feature%2Fnew_tests)](https://travis-ci.org/PacketPerception/dotbot) [![Coverage Status](https://coveralls.io/repos/PacketPerception/dotbot/badge.svg?branch=feature%2Fnew_tests)](https://coveralls.io/r/PacketPerception/dotbot?branch=feature%2Fnew_tests) + + + Dotbot is a tool that bootstraps your dotfiles (it's a [Dot]files [bo]o[t]strapper, get it?). It does *less* than you think, because version control systems do more than you think.