diff --git a/.travis.yml b/.travis.yml index 599fc7c6..11633c7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,16 @@ -sudo: false +sudo: required +dist: trusty + language: csharp +mono: none +dotnet: 1.0.1 solution: DepotDownloader.sln install: - - nuget restore DepotDownloader.sln + - dotnet restore DepotDownloader.sln script: - - xbuild /p:NoWarn=1584 DepotDownloader.sln /target:DepotDownloader + - dotnet build --framework netcoreapp1.1 DepotDownloader.sln notifications: irc: