Skip to content

Commit

Permalink
Merge pull request #38 from AaronLenoir/dotnetstandard
Browse files Browse the repository at this point in the history
Adds Travis CI configuration.
  • Loading branch information
AaronLenoir committed Oct 25, 2017
2 parents 3744a9b + ce0908b commit 9e06235
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: csharp
mono: none
dotnet: 2.0.0
dist: trusty
script:
- cd FlacLibSharp.Test.Core
- dotnet test
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/AaronLenoir/flaclibsharp.svg?branch=master)](https://travis-ci.org/AaronLenoir/flaclibsharp)

# FlacLibSharp

A .NET library for reading and writing FLAC metadata.
Expand Down

0 comments on commit 9e06235

Please sign in to comment.