Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit d03d64b

Browse files
committed
Running XUnit tests with XUnit instead of NUnit (doh!)
1 parent b7b436f commit d03d64b

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,7 +4,7 @@ sudo: true
44
install:
55
- sudo nuget update -self
66
- nuget restore src/GitTools.Testing.sln
7-
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
7+
- nuget install xunit.runner.console -Version 2.1.0 -OutputDirectory ./src/packages
88
script:
99
- xbuild ./src/GitTools.Testing.sln /property:Configuration="Debug" /verbosity:detailed
10-
- mono --debug --runtime=v4.0.30319 ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitTools.Testing.Tests/bin/Debug/GitTools.Testing.Tests.dll
10+
- mono --debug --runtime=v4.0.30319 ./src/packages/xunit.runner.console.2.1.0/tools/xunit.console.exe ./src/GitTools.Testing.Tests/bin/Debug/GitTools.Testing.Tests.dll

0 commit comments

Comments
 (0)