Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 91a6999

Browse files
committed
Added Travis build status badge
1 parent 4b0d116 commit 91a6999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Makes it easy to automate git for testing libraries which interact with git. Thi
77
![Version](https://img.shields.io/nuget/v/gittools.testing.svg)
88
![Pre-release version](https://img.shields.io/nuget/vpre/gittools.testing.svg)
99
[![Build status](https://ci.appveyor.com/api/projects/status/p43k5vdjqldqavag/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gittools-testing/branch/master)
10+
[![Build Status](https://travis-ci.org/GitTools/GitTools.Testing.svg?branch=master)](https://travis-ci.org/GitTools/GitTools.Testing)
1011

1112
## Fixtures
1213
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

0 commit comments

Comments
 (0)