diff --git a/.travis.yml b/.travis.yml index 29a153d..4666e8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ dist: xenial language: csharp solution: encompass-cs.sln +mono: none +dotnet: 2.1.502 -install: - - nuget restore encompass-cs.sln - - nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner script: - - msbuild /p:Configuration=Release encompass-cs.sln - - mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll + - dotnet restore + - dotnet test