1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
MpcNET/.travis.yml
2017-04-12 12:15:38 +02:00

15 lines
286 B
YAML

language: csharp
dist: trusty
sudo: required
mono: none
dotnet: 1.0.1
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y mpd
script:
- dotnet restore src
- dotnet build src
- dotnet test src/MpcNET.Test/MpcNET.Test.csproj
notifications:
email:false