From 67b97c773c10c917ea37a05715920d4519e48769 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Tue, 30 May 2017 19:48:54 -0700 Subject: Show master branch only in Travis CI badge I previously noticed the badge going awry. This explains it. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e84d334..aeb15f9 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ rebase your commits for you. All changes should include tests and pass flake8_. -.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg +.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg?branch=master :target: https://travis-ci.org/PyCQA/pyflakes :alt: Build status -- cgit v1.2.1