Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
trying again with travis to make it build on mono
  • Loading branch information
markheath committed Nov 25, 2015
1 parent 88330f0 commit c270c55
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c270c55

Please sign in to comment.