From f6a6e669c1ba8e3b25fa5d52ec8f420a12e308ed Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Tue, 21 Jul 2015 09:57:57 -0600 Subject: [PATCH 1/2] Add Travis build branch to README Shows build status of master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8034dff..b5721a0cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ObjectiveGit -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![TravisCI](https://travis-ci.org/libgit2/objective-git.svg?branch=master) ObjectiveGit provides Cocoa bindings to the [libgit2](https://github.com/libgit2/libgit2) library. From 168e66f75bfa28e12f5f9ecb027756ed3c596a1b Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Tue, 21 Jul 2015 10:16:47 -0600 Subject: [PATCH 2/2] Add link to Travis build --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5721a0cf..5723958e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ObjectiveGit -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![TravisCI](https://travis-ci.org/libgit2/objective-git.svg?branch=master) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![Build Status](https://travis-ci.org/libgit2/objective-git.svg?branch=master)](https://travis-ci.org/libgit2/objective-git) ObjectiveGit provides Cocoa bindings to the [libgit2](https://github.com/libgit2/libgit2) library.