1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-01 08:47:36 +00:00

.travis disable email notification

This commit is contained in:
Gabriel Lucaci
2016-11-30 22:03:21 +01:00
committed by GitHub
parent 840d9d9b6c
commit 7175b4ac47

View File

@ -5,3 +5,5 @@ mono: none
dotnet: 1.0.0-preview2-003131 dotnet: 1.0.0-preview2-003131
script: script:
- dotnet restore && dotnet build **/project.json - dotnet restore && dotnet build **/project.json
notifications:
email:false