Skip to content

Commit

Permalink
added some badges and attempt to fix travis dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed May 15, 2019
1 parent 4aa7b16 commit 281671e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ matrix:

- language: csharp
mono: none
dotnet: 2.2.0
dist: xenial
dotnet: 2.2
script: dotnet test dotnet/Razorvine.Pyrolite/Tests
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Pyrolite - Pyro client and Python Pickle library for Java and .NET

[![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/irmen)
[![Build Status](https://travis-ci.org/irmen/Pyrolite.svg?branch=master)](https://travis-ci.org/irmen/Pyrolite)
[![Maven Central](https://img.shields.io/maven-central/v/net.razorvine/pyrolite.svg)](http://search.maven.org/#search|ga|1|g%3A%22net.razorvine%22%20AND%20a%3A%22pyrolite%22)
[![NuGet](https://img.shields.io/nuget/v/Razorvine.Pyrolite.svg)](https://www.nuget.org/packages/Razorvine.Pyrolite/)



Pyrolite is written by Irmen de Jong ([email protected]).
This software is distributed under the terms written in the file `LICENSE`.

Expand Down

0 comments on commit 281671e

Please sign in to comment.