Skip to content

Commit

Permalink
Set up automated publish with travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
benb committed Jan 23, 2020
1 parent ef1dd08 commit 7a4b18f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/dotnetcore.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: csharp
mono: none
dotnet: 2.2.108
branches:
only:
- master
install:
- git fetch --unshallow
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7a4b18f

Please sign in to comment.