diff --git a/.travis.yml b/.travis.yml index 13c7c96e0..9365efb9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,8 @@ language: csharp - -solution: ./CypherCore.sln +dist: trusty +sudo: required +mono: none +dotnet: 2.0.0 +script: + - dotnet restore + - dotnet build \ No newline at end of file