From 72297a69ffc82b94ac53c963c0188133b98c6b21 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Wed, 19 Jun 2019 23:36:59 -0700 Subject: [PATCH] more travis! --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c773276..4d58be7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ dist: xenial language: csharp solution: encompass-cs.sln +mono: none install: - nuget restore encompass-cs.sln - - nuget install NUnit.Console -OutputDirectory testrunner + - nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner script: - - msbuild /p:Configuration=Release -Version 3.9.0 encompass-cs.sln + - 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