From 5cd6c5f96764659e38fefd548c8c06fa3a1f465e Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Wed, 19 Jun 2019 23:53:20 -0700 Subject: [PATCH] using dotnet test --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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