From d40075453f70b666683a050f3218a04ae9ae276f Mon Sep 17 00:00:00 2001 From: Steven Hildreth Date: Thu, 5 Dec 2019 08:23:11 -0600 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5fe383d..40b1d92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp mono: none sudo: required dist: xenial -dotnet: 3.0 +dotnet: 3.1 script: - dotnet restore - dotnet build From c1c0017597b5a3433595324e71cabf87bd1ccf16 Mon Sep 17 00:00:00 2001 From: Steven Hildreth Date: Sun, 8 Dec 2019 08:53:50 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index edd6b04..588b439 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,13 @@ Demo Site: * The demo site is running [Roadie-VueJs](https://github.com/sphildreth/roadie-vuejs) frontend, with Roadie API running against a MariaDB server. [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + + PRs Welcome + [![Build Status](https://travis-ci.org/sphildreth/roadie.svg?branch=master)](https://travis-ci.org/sphildreth/roadie) + + Built on: --------- * [.Net Core](https://docs.microsoft.com/en-us/dotnet/core/)