mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 04:05:10 +00:00
Only show master branch CI status on the website.
I think not doing `?branch=master` means travis will show a badge for the latest build, even if it is a PR. This caused the badge to sometimes show "Build failing" even if master was passing just fine.
This commit is contained in:
parent
1d0dc426a3
commit
f035bc41c7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"><
|
|||
<li><a href="https://community.transloadit.com/c/uppy"><img src="/images/community-forum-d8006a.svg" /> </a></li>
|
||||
<li class="BuildBadge">
|
||||
<span class="wrapper">
|
||||
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://travis-ci.org/transloadit/uppy.svg" alt="Build Status"></a>
|
||||
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://travis-ci.org/transloadit/uppy.svg?branch=master" alt="Build Status"></a>
|
||||
</span>
|
||||
</li>
|
||||
<li class="SauceBadge">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue