diff --git a/.travis.yml b/.travis.yml index 36ce5fa..a38a3d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ mono: none dotnet: 1.0.0-preview2-003131 script: - dotnet restore && dotnet build **/project.json +notifications: + email:false