From b29f65b5030478ec8cb3bb3427fe80378748a9a6 Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Sat, 14 Jun 2014 17:58:20 +0200 Subject: [PATCH] build: run acceptance tests from travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 +