Skip to content

Commit 2949ec7

Browse files
committed
Merge pull request facebookarchive#259 from zlandau/travisicon
Limit travis status in README to the master branch
2 parents 29d2bea + 63732c2 commit 2949ec7

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
@@ -4,7 +4,7 @@ __xctool__ is a replacement for Apple's __xcodebuild__ that makes it
44
easier to build and test iOS and Mac products. It's especially helpful
55
for continuous integration.
66

7-
[![Build Status](https://travis-ci.org/facebook/xctool.png)](https://travis-ci.org/facebook/xctool)
7+
[![Build Status](https://travis-ci.org/facebook/xctool.png?branch=master)](https://travis-ci.org/facebook/xctool)
88

99
[ [Features](#features) • [Requirements](#requirements) • [Usage](#usage)
1010
• [Continuous Integration](#continuous-integration)

0 commit comments

Comments
 (0)