diff options
author | Lee Jarvis <ljjarvis@gmail.com> | 2013-06-17 10:10:31 +0100 |
---|---|---|
committer | Lee Jarvis <ljjarvis@gmail.com> | 2013-06-17 10:10:31 +0100 |
commit | 8f0845514dd28f96faaba8b81c72fb7198d1ea3d (patch) | |
tree | 8ca4146dd6301313224dd0ce29d79a819cd98f02 /README.md | |
parent | d1c6d32da2a6b455db2c99271c13090a30dbac27 (diff) | |
download | slop-8f0845514dd28f96faaba8b81c72fb7198d1ea3d.tar.gz |
Ensure build status images points at master
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----- |