From 00aca0ea11dca6f4dd5958bc56951cff19e4c54e Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 26 Oct 2017 18:12:02 -0400 Subject: [PATCH] Update Travis.yml --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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