There was an error while loading. Please reload this page.
1 parent 0e29033 commit e27fc42Copy full SHA for e27fc42
.travis.yml
@@ -4,8 +4,8 @@ sudo: false
4
5
install:
6
- nuget restore HttpWebClient.sln
7
- - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
+ - nuget install xunit.runner.console -Version 2.2.0 -OutputDirectory testrunner
8
9
script:
10
- xbuild /p:Configuration=Debug HttpWebClient.sln
11
- - mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./HttpWebClient.UnitTests/bin/Debug/HttpWebClient.UnitTests.dll
+ - mono ./testrunner/xunit.runner.console.2.2.0/tools/xunit.console.exe ./HttpWebClient.UnitTests/bin/Debug/HttpWebClient.UnitTests.dll
0 commit comments