summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-06-17 10:10:31 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-06-17 10:10:31 +0100
commit8f0845514dd28f96faaba8b81c72fb7198d1ea3d (patch)
tree8ca4146dd6301313224dd0ce29d79a819cd98f02 /README.md
parentd1c6d32da2a6b455db2c99271c13090a30dbac27 (diff)
downloadslop-8f0845514dd28f96faaba8b81c72fb7198d1ea3d.tar.gz
Ensure build status images points at master
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4cf768..4650376 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Slop
Slop is a simple option parser with an easy to remember syntax and friendly API.
API Documentation is available [here](http://injekt.github.com/rdoc/slop/).
-[![Build Status](https://secure.travis-ci.org/injekt/slop.png)](http://travis-ci.org/injekt/slop)
+[![Build Status](https://travis-ci.org/injekt/slop.png?branch=master)](http://travis-ci.org/injekt/slop)
Usage
-----