From b129b20667efd5a0fe1017c7a22874da50a7adba Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Thu, 20 Jun 2019 00:28:12 -0700 Subject: [PATCH] maybe this will work!!! --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11c43d1..29a153d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ dist: xenial language: csharp solution: encompass-cs.sln -before_install: - - sudo apt-get install nunit-console -before_script: +install: - nuget restore encompass-cs.sln + - nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner script: - msbuild /p:Configuration=Release encompass-cs.sln - - nunit-console ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll + - mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll