From 12611a6d15b83668a91c4a634259ab3b6fb35bec Mon Sep 17 00:00:00 2001 From: Ronny Chan Date: Sun, 19 Jul 2015 17:31:50 -0400 Subject: [PATCH] travis-ci: Use docker infrastructure to build --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: