mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
Merge branch 'master' of https://github.com/sphildreth/roadie
This commit is contained in:
commit
9cd10682a6
2 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: csharp
|
||||||
mono: none
|
mono: none
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: xenial
|
dist: xenial
|
||||||
dotnet: 3.0
|
dotnet: 3.1
|
||||||
script:
|
script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet build
|
- dotnet build
|
||||||
|
|
|
@ -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.
|
* 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)
|
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
||||||
|
<a target="_blank" href="https://github.com/sphildreth/roadie/pulls">
|
||||||
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" />
|
||||||
|
</a>
|
||||||
[![Build Status](https://travis-ci.org/sphildreth/roadie.svg?branch=master)](https://travis-ci.org/sphildreth/roadie)
|
[![Build Status](https://travis-ci.org/sphildreth/roadie.svg?branch=master)](https://travis-ci.org/sphildreth/roadie)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Built on:
|
Built on:
|
||||||
---------
|
---------
|
||||||
* [.Net Core](https://docs.microsoft.com/en-us/dotnet/core/)
|
* [.Net Core](https://docs.microsoft.com/en-us/dotnet/core/)
|
||||||
|
|
Loading…
Reference in a new issue