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