diff --git a/.travis.yml b/.travis.yml index 16307d7fb..47f6d1317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: csharp +sudo: false solution: Snowflake.sln install: - - sudo mozroots --import --sync - - ls - - mono ./.nuget/NuGet.exe update -self - - mono ./.nuget/NuGet.exe restore Snowflake.sln + - nuget restore ./Snowflake.sln script: - xbuild /p:Configuration=Debug Snowflake.sln notifications: