Skip to content

Commit e27fc42

Browse files
committed
Use xunit runner 2.2.0 under Travis
1 parent 0e29033 commit e27fc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sudo: false
44

55
install:
66
- nuget restore HttpWebClient.sln
7-
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
7+
- nuget install xunit.runner.console -Version 2.2.0 -OutputDirectory testrunner
88

99
script:
1010
- 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
11+
- mono ./testrunner/xunit.runner.console.2.2.0/tools/xunit.console.exe ./HttpWebClient.UnitTests/bin/Debug/HttpWebClient.UnitTests.dll

0 commit comments

Comments
 (0)