1
0
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:
Gabriel Lucaci 2017-04-12 12:15:38 +02:00 committed by GitHub
parent 301c5adf59
commit c085b748e4

View File

@ -9,6 +9,6 @@ before_install:
script: script:
- dotnet restore src - dotnet restore src
- dotnet build src - dotnet build src
- dotnet test src/LibMpcTest/LibMpcTest.csproj - dotnet test src/MpcNET.Test/MpcNET.Test.csproj
notifications: notifications:
email:false email:false