Skip to content

Commit

Permalink
Added xunit console runner so that Travis CI can run the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydavis committed Dec 23, 2014
1 parent 544c12b commit c84a643
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,5 @@ install:
- sudo apt-get install mono-devel mono-gmcs

script:
- xbuild Factory.build
- xbuild Factory.build
- ./xunit/xunit.console.clr4.x86.exe ./bin/debug/RSG.Factory.Tests.dll
Binary file added xunit/xunit.console.clr4.x86.exe
Binary file not shown.
Binary file added xunit/xunit.runner.utility.dll
Binary file not shown.

0 comments on commit c84a643

Please sign in to comment.