mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
Update .travis.yml
This commit is contained in:
parent
5d7774a19e
commit
73bc09aa9a
@ -7,8 +7,8 @@ before_install:
|
|||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y mpd
|
- sudo apt-get install -y mpd
|
||||||
script:
|
script:
|
||||||
- dotnet restore
|
- dotnet restore src
|
||||||
- dotnet build
|
- dotnet build src
|
||||||
- dotnet test LibMpcTest/LibMpcTest.csproj
|
- dotnet test src/LibMpcTest/LibMpcTest.csproj
|
||||||
notifications:
|
notifications:
|
||||||
email:false
|
email:false
|
||||||
|
Loading…
Reference in New Issue
Block a user