1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00

Update .travis.yml

This commit is contained in:
Gabriel Lucaci 2017-04-12 11:31:31 +02:00 committed by GitHub
parent 5d7774a19e
commit 73bc09aa9a

View File

@ -7,8 +7,8 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y mpd
script:
- dotnet restore
- dotnet build
- dotnet test LibMpcTest/LibMpcTest.csproj
- dotnet restore src
- dotnet build src
- dotnet test src/LibMpcTest/LibMpcTest.csproj
notifications:
email:false