Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 36269ba

Browse files
committed
Fix path of the test DLL
1 parent 1d8b014 commit 36269ba

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
@@ -7,4 +7,4 @@ install:
77
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
88
script:
99
- xbuild ./src/GitTools.Core.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.Core.Tests/bin/Debug/GitTools.Core.Tests.Tests.dll
10+
- mono --debug --runtime=v4.0.30319 ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./output/debug/GitTools.Core.Tests/net45/GitTools.Core.Tests.dll

0 commit comments

Comments
 (0)