diff --git a/.travis.yml b/.travis.yml index b2f376d..4448f6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ solution: encompass-cs.sln install: - nuget restore encompass-cs.sln - - nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner script: - msbuild /p:Configuration=Release encompass-cs.sln - - mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll + - dotnet test