Skip to content

Commit b13699a

Browse files
ilinumgvanrossum
authored andcommitted
Make Travis badge show build status on master branch (python#3690)
Currently, the Travis badge shows the status of the latest build, regardless of the branch. For instance, if someone is working on a feature and has broken some tests, the badge in the README on master branch will be `red`.
1 parent cb7d6b0 commit b13699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Mypy: Optional Static Typing for Python
22
=======================================
33

4-
[![Build Status](https://travis-ci.org/python/mypy.svg)](https://travis-ci.org/python/mypy)
4+
[![Build Status](https://api.travis-ci.org/python/mypy.svg?branch=master)](https://travis-ci.org/python/mypy)
55
[![Chat at https://gitter.im/python/typing](https://badges.gitter.im/python/typing.svg)](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

77

0 commit comments

Comments
 (0)