Added travis build status to readme

This commit is contained in:
Dávid Kaya
2017-09-09 23:33:13 +02:00
committed by GitHub
parent db2f241e7a
commit 171a40b3ea

View File

@@ -1,5 +1,7 @@
# Dependify
[![Build Status](https://travis-ci.org/davidkaya/Dependify.svg?branch=master)](https://travis-ci.org/davidkaya/Dependify)
Library that allows the developer to register his services by adding attributes to class or factory methods. Library works only with Microsoft's `Microsoft.Extensions.DependencyInjection` package.
Why the name? Because I wanted to contribute to the following [list](http://www.thenameinspector.com/wp-content/uploads/ify-names-chart-20141.pdf).
@@ -61,4 +63,4 @@ If you want to add `Audi` as an implementation of `ICar` using factory method, y
public Audi CreateAudi(IServiceProvider provider) {
return new Audi();
}
```
```