From c270c550bd73bc7528e9e930c3d5d928e342f95e Mon Sep 17 00:00:00 2001 From: Mark Heath Date: Wed, 25 Nov 2015 13:44:01 +0000 Subject: [PATCH] Update .travis.yml trying again with travis to make it build on mono --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 397e7f46..d922db6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ +# runs on mono, so we can't build the Win 8 or Universal projects +# docs here: https://docs.travis-ci.com/user/languages/csharp/ language: csharp -# solution: solution-name.sln +solution: NAudio.sln script: - - ./build.bat + - xbuild /p:Configuration=Release NAudio.sln + - mono ./packages/NUnit.*/tools/nunit-console.exe /exclude=IntegrationTest ./NAudioTests/bin/Release/NAudioTests.dll