diff --git a/.travis.yml b/.travis.yml index 4448f6c..11c43d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,10 @@ dist: xenial language: csharp solution: encompass-cs.sln -install: +before_install: + - sudo apt-get install nunit-console +before_script: - nuget restore encompass-cs.sln script: - msbuild /p:Configuration=Release encompass-cs.sln - - dotnet test + - nunit-console ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll