Skip to content

Commit

Permalink
use matching xunit runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed Nov 5, 2015
1 parent 34e2ce9 commit c95cb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: csharp
solution: NBug.sln
install:
- nuget restore NBug.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
- nuget install xunit.runners -Version 1.9.0.1566 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release NBug.sln
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./NBug.Tests/bin/Release/NBug.Tests.dll
- mono ./testrunner/xunit.runners.1.9.0.1566/tools/xunit.console.clr4.exe ./NBug.Tests/bin/Release/NBug.Tests.dll

0 comments on commit c95cb1f

Please sign in to comment.