From 7c10fd8a04d62daf789eca152bf5987b72090db8 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Tue, 24 Oct 2017 22:29:13 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc312e6..d054bcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Electron.NET Logo](https://github.com/GregorBiswanger/Electron.NET/blob/master/assets/images/electron.net-logo.png)](https://github.com/GregorBiswanger/Electron.NET) -Master: [![Build status](https://ci.appveyor.com/api/projects/status/q95h4xt14papwi05/branch/master?svg=true)](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master) +AppVeyor (Win/Linux): [![Build status](https://ci.appveyor.com/api/projects/status/q95h4xt14papwi05/branch/master?svg=true)](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master) +Travis-CI (Win/OSX/Linux): [![Build Status](https://travis-ci.org/ElectronNET/Electron.NET.svg?branch=master)](https://travis-ci.org/ElectronNET/Electron.NET) Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core. @@ -131,4 +132,4 @@ See also the list of [contributors](https://github.com/ElectronNET/Electron.NET/ # License MIT-licensed -**Enjoy!** \ No newline at end of file +**Enjoy!**