From 281671e3e14580704ee85b696033d9e6ac921f4f Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 15 May 2019 21:57:00 +0200 Subject: [PATCH] added some badges and attempt to fix travis dotnet build --- .travis.yml | 3 ++- README.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ddc8e9b..d1d164c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 4e19081..83c8ec1 100644 --- a/README.md +++ b/README.md @@ -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 (irmen@razorvine.net). This software is distributed under the terms written in the file `LICENSE`.