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