Skip to content

Commit 53e2734

Browse files
committed
travis config fixed
1 parent ed2004b commit 53e2734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ install:
55
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory testrunner
66
script:
77
- xbuild /p:Configuration=Release LangUkDotNet.sln
8-
- mono ./testrunner/NUnit.Runners.3.2.1/tools/nunit-console.exe ./LangUkDotNet.Tests/bin/Release/LangUkDotNet.Tests.dll
8+
- mono ./testrunner/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./LangUkDotNet.Tests/bin/Release/LangUkDotNet.Tests.dll

0 commit comments

Comments
 (0)