From 7a4b18f3a15eb46a6470920c4faf37ada3d92bef Mon Sep 17 00:00:00 2001 From: benb Date: Thu, 23 Jan 2020 11:46:42 -0800 Subject: [PATCH] Set up automated publish with travis ci --- .github/workflows/dotnetcore.yml | 17 ----------------- .travis.yml | 3 +++ README.md | 2 +- 3 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 .github/workflows/dotnetcore.yml diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml deleted file mode 100644 index 7f2deb7..0000000 --- a/.github/workflows/dotnetcore.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Build - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Setup .NET Core - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 2.2.108 - - name: Build with dotnet - run: dotnet build --configuration Release diff --git a/.travis.yml b/.travis.yml index c251c6b..64c0326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: csharp mono: none dotnet: 2.2.108 +branches: + only: + - master install: - git fetch --unshallow script: diff --git a/README.md b/README.md index bf11314..e0628d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Heroes.ReplayParser [![NuGet Version](https://img.shields.io/nuget/v/Heroes.ReplayParser.svg)](https://www.nuget.org/packages/Heroes.ReplayParser/) [![NuGet Downloads](https://img.shields.io/nuget/dt/Heroes.ReplayParser.svg)](https://www.nuget.org/packages/Heroes.ReplayParser/) [![Build Status](https://github.com/barrett777/Heroes.ReplayParser/workflows/Build/badge.svg)]() +# Heroes.ReplayParser [![NuGet Version](https://img.shields.io/nuget/v/Heroes.ReplayParser.svg)](https://www.nuget.org/packages/Heroes.ReplayParser/) [![NuGet Downloads](https://img.shields.io/nuget/dt/Heroes.ReplayParser.svg)](https://www.nuget.org/packages/Heroes.ReplayParser/) [![Build Status](https://travis-ci.com/barrett777/Heroes.ReplayParser.svg?branch=master)](https://travis-ci.com/barrett777/Heroes.ReplayParser) A C# library for parsing Heroes of the Storm replay files (.StormReplay) Explanation