diff --git a/.travis.yml b/.travis.yml index 690cbc28..26d57129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,11 @@ install: - mono ./.nuget/NuGet.exe restore ./ScriptCs.sln script: + - mkdir artifacts --parents - xbuild ./ScriptCs.sln /property:Configuration=Release /nologo /verbosity:normal + - mono ./packages/xunit.runners.1.9.2/tools/xunit.console.clr4.exe test/ScriptCs.Tests.Acceptance/bin/Release/ScriptCs.Tests.Acceptance.dll /xml artifacts/ScriptCs.Tests.Acceptance.dll.TestResult.xml /html artifacts/ScriptCs.Tests.Acceptance.dll.TestResult.html notifications: email: - adam@adamralph.com +