Skip to content

Commit

Permalink
increment xunit runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed Nov 5, 2015
1 parent 7f21976 commit 34e2ce9
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.0 -OutputDirectory testrunner
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release NBug.sln
- mono ./testrunner/xunit.runners.1.9.0/tools/xunit.console.clr4.exe ./NBug.Tests/bin/Release/NBug.Tests.dll
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./NBug.Tests/bin/Release/NBug.Tests.dll

0 comments on commit 34e2ce9

Please sign in to comment.