diff --git a/README.md b/README.md index 2ae39ac..0d084ed 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -![Icon](https://raw.github.com/GitTools/GitTools.Core/develop/GitTools_logo.png) +![Icon](https://raw.github.com/GitTools/GitTools.Core/master/GitTools_logo.png) # GitTools.Testing Makes it easy to automate git for testing libraries which interact with git. This library was pulled out of [GitVersion](https://github.com/GitTools/GitVersion) so it could be used in other projects. ![License](https://img.shields.io/github/license/gittools/gittools.core.svg) -![NuGet downloads](https://img.shields.io/nuget/dt/gittools.testing.svg) ![Version](https://img.shields.io/nuget/v/gittools.testing.svg) ![Pre-release version](https://img.shields.io/nuget/vpre/gittools.testing.svg) [![Build status](https://ci.appveyor.com/api/projects/status/p43k5vdjqldqavag/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gittools-testing/branch/master) +[![Build Status](https://travis-ci.org/GitTools/GitTools.Testing.svg?branch=master)](https://travis-ci.org/GitTools/GitTools.Testing) ## Fixtures The main purpose for this library, providing test fixtures which wrap a temporary git repository making it super easy to create test scenarios. For example