Skip to content

Commit a7b1822

Browse files
committed
(docs/fix): only report build status for master branch
- shouldn't show error, failed, etc when a different branch fails as they're branches and often have some degree of WIP to them - would also show error for PRs, etc, and the point of that is feedback; shouldn't make the repo look buggy in the process
1 parent 42357c0 commit a7b1822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![dw](https://img.shields.io/npm/dw/mst-persist.svg)](https://npmjs.org/package/mst-persist)
1212
<br><!-- status / activity -->
1313
[![typings](https://img.shields.io/npm/types/mst-persist.svg)](https://github.com/agilgur5/mst-persist/blob/master/src/index.ts)
14-
[![build status](https://img.shields.io/travis/agilgur5/mst-persist.svg)](https://travis-ci.org/agilgur5/mst-persist)
14+
[![build status](https://img.shields.io/travis/agilgur5/mst-persist/master.svg)](https://travis-ci.org/agilgur5/mst-persist)
1515
<br>
1616
[![NPM](https://nodei.co/npm/mst-persist.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/mst-persist)
1717

0 commit comments

Comments
 (0)