aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Ammons <grant@pipelinedealsco.com>2017-01-16 09:05:45 -0500
committerGitHub <noreply@github.com>2017-01-16 09:05:45 -0500
commit3813ef4378d25ade98a693bf3eef959754e8af20 (patch)
treede18a7cd6da3916c0b5a798fbc4386f3c28cb4a5
parent955330761278748518d5cf0b0d92cd5f90cfdeae (diff)
parentcfc74c171d15aad21bca4fc5742bd6292bcd295b (diff)
Merge pull request #17 from whoshuu/issue/link-travis-badge
Use canonical form of travis build badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebedf36..202ca5c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Todolist
[![](https://goreportcard.com/badge/github.com/gammons/todolist)](https://goreportcard.com/report/github.com/gammons/todolist)
-![](https://travis-ci.org/gammons/todolist.svg)
+[![Build Status](https://travis-ci.org/gammons/todolist.svg?branch=master)](https://travis-ci.org/gammons/todolist)
Todolist is a simple and very fast task manager for the command line. It is based on the [Getting Things Done][gtd] methodology.